diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts b/Master/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts new file mode 100644 index 00000000000..707e6c6cf86 --- /dev/null +++ b/Master/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts @@ -0,0 +1,19 @@ +% version to use latin modern, and not luximono or trying to do dinglines + \RequirePackage[T1]{fontenc}% + \RequirePackage{lmodern}% for sans fonts + \RequirePackage{textcomp}% + \AtBeginDocument{% + \let\save@textcurrency\textcurrency + \def\textcurrency{% + {% + \fontfamily{lmr}\selectfont + \save@textcurrency + }% + }% + } + \boldmathavailfalse + \DeclareRobustCommand{\$}{\char`\$}% otherwise tries to load tctt.... + \let\Dings\relax + \DeclareRobustCommand\acro[1]{#1\@{}} + + |