[OS X TeX] Symbols in Plain TeX
Bruno Voisin
bvoisin at mac.com
Sun May 18 21:56:38 CEST 2008
Le 18 mai 08 à 15:51, David Cross a écrit :
> The title of that document is "The Comprehensive LaTeX Symbol List."
> And in the preamble the author states "This document lists 4947
> symbols and the corresponding LATEX commands that produce them." This
> would seem to suggest that these symbols will work with LaTeX only.
They work in plain TeX, you just have to load the appropriate font and
call the appropriate glyph:
\font\tentca=tcrm1000 \def\centa{{\tentca\char162}}
\font\tentcb=ts1-lmr10 \def\centb{{\tentcb\char162}}
\font\tentcc=wasy10 \def\centc{{\tentcc\char103}}
Test: \qquad \$ \qquad {\it\$} \qquad \centa \qquad \centb \qquad \centc
\bye
Bruno Voisin
More information about the macostex-archives
mailing list