[texhax] Font Table
Axel E. Retif
axel.retif at mac.com
Thu Jul 2 01:40:15 CEST 2009
On 1 Jul, 2009, at 18:24, wawan wrote:
> Hi all
> Where I can find the font table in Latex ?
> I need to know, charX is assosiated with what chars ( a ...z,A...Z)
> eg Char1 is 'a', char2 is 'b' etc
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{fonttable}
\begin{document}
\fonttable{cmr10}%%% <- tfm name of the font
\end{document}
See fonttable.pdf in
http://www.ctan.org/tex-archive/macros/latex/contrib/fonttable/
Best,
Axel
More information about the texhax
mailing list