Am 05.06.2012 um 16:57 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
... Thanks both for your answers.
My code so far is:
---- \usesymbols[mvs]
\starttext \startcolumns[n=2,rule=on] \showsymbolset[martinvogel 2] \stopcolumns
\page \startcolumns[n=4,rule=on] \dorecurse{1024}{\recurselevel --\getglyph{marvosym}{\char\recurselevel\par}} \stopcolumns \stoptext ----
And how to access symbols by their names, e.g. how to use symbol named "AtForty"?
- The symbol list shows only symbolic names, not values (to be used with Marco's \char <value>).
\AtForty gives error, so is it to be used with \usesymbol or \symbol or something like that?
\usesymbols[mvs] \starttext \symbol[martinvogel 2][ShortForty] \stoptext or \usesymbols[mvs] \setupsymbolset[martinvogel 2] \starttext \symbol[ShortForty] \stoptext Wolfgang