diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/duerer-latex/duerer.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/duerer-latex/duerer.sty | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/duerer-latex/duerer.sty b/Master/texmf-dist/tex/latex/duerer-latex/duerer.sty new file mode 100644 index 00000000000..d602f376568 --- /dev/null +++ b/Master/texmf-dist/tex/latex/duerer-latex/duerer.sty @@ -0,0 +1,22 @@ +\ProvidesPackage{duerer} + [2006/01/31 v1.1 LaTeX support for duerer fonts (PJ)] + +\newcommand*\durmfamily{% + \fontencoding{OT1}\fontfamily{cdr}\selectfont} + +\newcommand*\dusffamily{% + \fontencoding{OT1}\fontfamily{cdss}\selectfont} + +\newcommand*\duttfamily{% + \fontencoding{OT1}\fontfamily{cdtt}\selectfont} + +\newcommand*\duinfamily{% + \fontencoding{OT1}\fontfamily{cdin}\selectfont} + +\DeclareTextFontCommand{\textdurm}{\durmfamily} +\DeclareTextFontCommand{\textdusf}{\dusffamily} +\DeclareTextFontCommand{\textdutt}{\duttfamily} +\DeclareTextFontCommand{\textduin}{\duinfamily} +\DeclareTextFontCommand{\textdusl}{\durmfamily\slshape} +\DeclareTextFontCommand{\textdubf}{\durmfamily\bfseries} +\endinput
\ No newline at end of file |