blob: 717d35ba136a8bddd26c0aa5c934e5773be18311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|