diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/oesch/oesch.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oesch/oesch.sty | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/oesch/oesch.sty b/Master/texmf-dist/tex/latex/oesch/oesch.sty new file mode 100644 index 00000000000..71e7acc7921 --- /dev/null +++ b/Master/texmf-dist/tex/latex/oesch/oesch.sty @@ -0,0 +1,41 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% % +% oesch.sty % +% % +% Oesterreichische Schulschrift 1995 (Austrian School Writing Letters 1995) % +% Version May 18, 2001 % +% % +% Design by Gerhard A. Bachmaier % +% % +% Email: gerhard.bachmaier@uni-graz.at % +% % +% You're free to use or copy this file as long as you leave this % +% header intact and don't change the contents. % +% % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\ProvidesPackage{oesch}[2000/04/27] +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +\ProcessOptions\relax +\DeclareFontEncoding{oe}{}{} +\DeclareFontSubstitution{oe}{oesch}{m}{n} +\DeclareFontFamily{oe}{oesch}{} +\DeclareFontShape{oe}{oesch}{m}{n}{% +<10> <10.95> <12> <14.4> <17.28> oesch}{} +\newcommand{\oeschdef}{oesch} +\newcommand{\oeschfamily}{\usefont{oe}{\oeschdef}{m}{n}} +\DeclareTextFontCommand{\textoesch}{\oeschfamily} +\DeclareFontSubstitution{oe}{oeschb}{m}{n} +\DeclareFontFamily{oe}{oeschb}{} +\DeclareFontShape{oe}{oeschb}{m}{n}{% +<20.74>oeschb}{} +\newcommand{\oeschbdef}{oeschb} +\newcommand{\oeschbfamily}{\usefont{oe}{\oeschbdef}{m}{n}} +\DeclareTextFontCommand{\textoeschb}{\oeschbfamily} +\input{oe.def} +\endinput +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% % +% End of File % +% % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |