summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/duerer-latex/duerer.sty
blob: d602f37656865066e2dcb1bfa3251966c7cbdd58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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