diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/symb-mis.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/symb-mis.mkiv | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/symb-mis.mkiv b/Master/texmf-dist/tex/context/base/symb-mis.mkiv new file mode 100644 index 00000000000..612886daa37 --- /dev/null +++ b/Master/texmf-dist/tex/context/base/symb-mis.mkiv @@ -0,0 +1,76 @@ +%D \module +%D [ file=symb-mis, +%D version=2002.05.07, +%D title=\CONTEXT\ Symbol Libraries, +%D subtitle=Miscelaneous, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright=PRAGMA-ADE] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +\unprotect + +%D We predefine some common symbols and conversions that will +%D be understood by many commands. The \type {\mathematics} +%D is no longer needed, although only math fonts might have +%D these symbols. + +\definesymbol [\v!none] [] + +\definesymbol [bullet] [\mathematics{\bullet}] +\definesymbol [dash] [\mathematics{-}] +\definesymbol [star] [\mathematics{\star}] +\definesymbol [triangle] [\mathematics{\triangleright}] +\definesymbol [circle] [\mathematics{\circ}] +\definesymbol [square] [\mathematics{\square}] +\definesymbol [diamond] [\mathematics{\diamond}] + +% I'm not sure about this ... I dislike the small bullet. So we provide +% it as variant: \type {\setupsymbolset[text]}. Also, we want to be +% backward compatible. + +\startsymbolset[text] + + \definesymbol [bullet] [\textormathchar{"2022}] % • \bullet + \definesymbol [dash] [\textormathchar{"2013}] % – + \definesymbol [star] [\textormathchar{"22C6}] % ✴ \star + \definesymbol [triangle] [\textormathchar{"22B3}] % ⊳ \triangleright + \definesymbol [circle] [\textormathchar{"2218}] % ∘ \circ + \definesymbol [square] [\textormathchar{"25A1}] % □ \square + \definesymbol [diamond] [\textormathchar{"22C4}] % ⋄ \diamond + \definesymbol [checkmark] [\textormathchar{"2713}] % ✓ \checkmark + + \definesymbol [blacktriangle] [\textormathchar{"25B6}] % ▶ + \definesymbol [blacksquare] [\textormathchar{"25A0}] % ■ + \definesymbol [blackdiamond] [\textormathchar{"25C6}] % ◆ + +\stopsymbolset + +\definesymbol [smallcircle] [\hbox{\raise.1ex\hbox{\mathematics{\scriptscriptstyle\bigcirc}}}] +\definesymbol [medcircle] [\hbox{\raise.1ex\hbox{\mathematics{\scriptstyle \bigcirc}}}] +\definesymbol [bigcircle] [\mathematics{\bigcirc}] + +\definesymbol [1] [\symbol{bullet}] +\definesymbol [2] [\symbol{dash}] +\definesymbol [3] [\symbol{star}] +\definesymbol [4] [\symbol{triangle}] +\definesymbol [5] [\symbol{circle}] +\definesymbol [6] [\symbol{medcircle}] +\definesymbol [7] [\symbol{bigcircle}] +\definesymbol [8] [\symbol{square}] + +\definesymbol [S] [\sectionmark] +\definesymbol [P] [\paragraphmark] +\definesymbol [Numero] [\textnumero] +\definesymbol [numero] [\textnumero] +\definesymbol [euro] [\texteuro] + +\let\euro\texteuro + +\def\Numero{\symbol[Numero]} % obsolete +\def\numero{\symbol[numero]} % obsolete + +\protect \endinput |