summaryrefslogtreecommitdiff
path: root/fonts/oesch/oesch.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/oesch/oesch.sty
Initial commit
Diffstat (limited to 'fonts/oesch/oesch.sty')
-rw-r--r--fonts/oesch/oesch.sty41
1 files changed, 41 insertions, 0 deletions
diff --git a/fonts/oesch/oesch.sty b/fonts/oesch/oesch.sty
new file mode 100644
index 0000000000..717d35ba13
--- /dev/null
+++ b/fonts/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 %
+% %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%