summaryrefslogtreecommitdiff
path: root/help/uk-tex-faq/faqfont.cfg.lmfonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
commitf41a5d46017f730e9586332f28744912872326f5 (patch)
tree0e7ebb355adbdb56ac9d1e236dd5cde0b71e1520 /help/uk-tex-faq/faqfont.cfg.lmfonts
parent5827a950592f8a91468bcd0b5963d1df8d3518d8 (diff)
CTAN sync 201909280300
Diffstat (limited to 'help/uk-tex-faq/faqfont.cfg.lmfonts')
-rw-r--r--help/uk-tex-faq/faqfont.cfg.lmfonts19
1 files changed, 0 insertions, 19 deletions
diff --git a/help/uk-tex-faq/faqfont.cfg.lmfonts b/help/uk-tex-faq/faqfont.cfg.lmfonts
deleted file mode 100644
index 707e6c6cf8..0000000000
--- a/help/uk-tex-faq/faqfont.cfg.lmfonts
+++ /dev/null
@@ -1,19 +0,0 @@
-% 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\@{}}
-
-