diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:01:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:01:11 +0000 |
commit | 55f69ec665e0bb9a1817e95de179fcb4526f4c64 (patch) | |
tree | 621afe0d2351736d21dac24103d5f2707ca6ad55 /Master/texmf-dist/tex/latex/oesch/oesch.sty | |
parent | dd7cb8c5962b93923e5de6953f82fbdb5ee1bd25 (diff) |
oesch
git-svn-id: svn://tug.org/texlive/trunk@1153 c570f23f-e606-0410-a88d-b1316a301751
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 % +% % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |