I'd like do get the nice oldstyle-numbers in my entire document. (Would there be a reason not to want them anywhere in a literature paper?) I use pdfTeX 1.40.11 via MiKTeX 2.9 and Latin Modern (lmodern) as a font. It seems like I should go for cfr-lm package, or are there alternatives?
What do I have do to to get cfr-lm working? The installation description unfortunately isn't suited for MiKTeX.
My standard documentclass is article. Here are some of the packages I load by default, in case they make any difference:
\usepackage[latin1]{inputenc}
\usepackage[english,ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[babel]{microtype}
cfr-lmallready installed? At least it should be available through the MikTeX package manager. – Caramdir Mar 25 '11 at 23:40cfr-lm, I get the following error message:
– doncherry Mar 25 '11 at 23:46!pdfTeX error: C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\pdflatex.exe (file dd-lmr10): Font dd-lmr10 at 600 not found ==> Fatal error occurred, no output PDF file produced!lmodernas well ascfr-lm. Also, you do not need to loadfontencif the only encoding you need is T1 (and TS1 for textcomp) though this one won't do any harm. – cfr Jan 12 '14 at 22:04