TeXblog

 Typography with TeX and LaTeX

Character tables of fonts

16 June 2008 by Stefan Kottwitz

If you are looking for a certain symbol or its number and you already know the font name, the fonttable package prints its character table for you. You could compile this small example, printing the table of the psyr font:

\documentclass{article}
\usepackage{fonttable}
\begin{document}
\fonttable{psyr}
\end{document}

You will find the pdf output here.
Here is a part of the screenshot for a quick demonstration:

font character table by fonttable

This topic was discussed on mrunix.de and on Matheplanet.

This entry was posted on 16 June 2008 at 5:40 PM and is filed under Fonts and Symbols. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply