John Hughes a =E9crit le 22/05/2007 09:54 :
> The LaTeX font catalogue shows the Latin Modern font with old-style=20
> numerals:
>=20
> http://www.tug.dk/FontCatalogue/lmodern/
>=20
> How can you use these? There is no mention of them in the readme files.=
>=20
Better : with packages lmodern and textcomp
\documentclass[a4paper,12pt,leqno]{article}
\usepackage{lmodern}
\usepackage{textcomp}
\pagestyle{empty}
\begin{document}
{\upshape\oldstylenums{0123456789}}
{\itshape\oldstylenums{0123456789}}
{\slshape\oldstylenums{0123456789}}
{\sffamily\oldstylenums{0123456789}}
{\ttfamily\oldstylenums{0123456789}}
{\bfseries\oldstylenums{0123456789}}
$\oldstylenums{0123456789}$
\end{document}
F. P=E9tiard
--=20
petiard.francois@...
|