ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Asterisk
Date: Tue, 9 Jun 2015 11:02:05 +0200	[thread overview]
Message-ID: <710614FB-372E-4F87-A569-8FC993ABD3C6@gmail.com> (raw)
In-Reply-To: <op.xzyb1hegtpjj8f@lpr>


> Am 09.06.2015 um 09:21 schrieb Procházka Lukáš Ing. - Pontex s. r. o. <LPr@pontex.cz>:
> 
> Hello,
> 
> how to typeset "centerd asterisk" ("*") in Ctx?
> 
> I mean the symbol which is used in the third level of itemization (http://wiki.contextgarden.net/Enumerations) or which can be typeset by \textasteriskcentered in LaTeX.
> 
> (I cannot find the symbol definition in Ctx itemize-command definition (source files) and simple writing "\textasteriskcentered" doesn't work.)

The symbols in different itemise levels can be shown with \symbol[1], \symbol[2] etc. but since these numbered symbols can be redefined it is better to use the named symbol to access the star with \symbol[star].

The following example shows a few of the predefined symbols.

\starttext

\starttabulate[|l|c|]
\NC \bf Command                 \NC \bf Symbol           \NC\NR
\TB
\NC \type{\symbol[1]}           \NC \symbol[1]           \NC\NR
\NC \type{\symbol[2]}           \NC \symbol[2]           \NC\NR
\NC \type{\symbol[3]}           \NC \symbol[3]           \NC\NR
\NC \type{\symbol[4]}           \NC \symbol[4]           \NC\NR
\NC \type{\symbol[5]}           \NC \symbol[5]           \NC\NR
\NC \type{\symbol[6]}           \NC \symbol[6]           \NC\NR
\NC \type{\symbol[7]}           \NC \symbol[7]           \NC\NR
\NC \type{\symbol[8]}           \NC \symbol[8]           \NC\NR
\TB
\NC \type{\symbol[bullet]}      \NC \symbol[bullet]      \NC\NR
\NC \type{\symbol[dash]}        \NC \symbol[dash]        \NC\NR
\NC \type{\symbol[star]}        \NC \symbol[star]        \NC\NR
\NC \type{\symbol[triangle]}    \NC \symbol[triangle]    \NC\NR
\NC \type{\symbol[circle]}      \NC \symbol[circle]      \NC\NR
\NC \type{\symbol[square]}      \NC \symbol[square]      \NC\NR
\NC \type{\symbol[diamond]}     \NC \symbol[diamond]     \NC\NR
\TB
\NC \type{\symbol[smallcircle]} \NC \symbol[smallcircle] \NC\NR
\NC \type{\symbol[medcircle]}   \NC \symbol[medcircle]   \NC\NR
\NC \type{\symbol[bigcircle]}   \NC \symbol[bigcircle]   \NC\NR
\stoptabulate

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2015-06-09  9:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09  7:21 Asterisk Procházka Lukáš Ing. - Pontex s. r. o.
2015-06-09  7:46 ` Asterisk Philipp A.
2015-06-09  8:24   ` Asterisk Procházka Lukáš Ing. - Pontex s. r. o.
2015-06-09  9:02 ` Wolfgang Schuster [this message]
2015-06-09 10:25   ` Asterisk Procházka Lukáš Ing. - Pontex s. r. o.
2015-06-09 10:50     ` Asterisk Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=710614FB-372E-4F87-A569-8FC993ABD3C6@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).