diff options
author | Norbert Preining <preining@logic.at> | 2007-11-23 21:07:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-23 21:07:33 +0000 |
commit | 8f6167f42702168bb34922019a441a8c73974f61 (patch) | |
tree | d69ed707dbd3a8c1295f77a0c68b2e64a9d015c4 /Master/texmf-dist/tex/latex/duerer-latex/duerer.sty | |
parent | 5653ce628aa53a3e9e43cc96795c69275605411e (diff) |
duerer-latex new package
git-svn-id: svn://tug.org/texlive/trunk@5582 c570f23f-e606-0410-a88d-b1316a301751
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 |