blob: 295cbadde8b79828e4952c68a2ec3541cdc3fadf (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% oe.def %
% %
% 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. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesFile{oe.def}[2001/04/18 v0.0]
\DeclareFontEncoding{oe}{}{}
\DeclareTextAccent{\"}{oe}{4}
\DeclareTextSymbol{\gqon}{oe}{18} %german opening double quote =\quotedblbase in T1
\let\quotedblbase\gqon
\DeclareTextSymbol{\gsqon}{oe}{13} %german opening quote=\quotesinglbase in T1
\let\quotesinglbase\gsqon
\DeclareTextSymbol{\textemdash}{oe}{22}
\DeclareTextSymbol{\textendash}{oe}{21}
\DeclareTextSymbol{\gqoff}{oe}{16} %german closing double quote =\textquotedblleft in T1
\let\textquotedblleft\gqoff
\DeclareTextSymbol{\gsqoff}{oe}{`\`} %german closing quote (char 96)=\textquoteleft in T1
\let\textquoteleft\gsqoff
%
\DeclareTextSymbol{\i}{oe}{25}
\DeclareTextSymbol{\j}{oe}{26}
\DeclareTextSymbol{\textvisiblespace}{oe}{32}
%
\DeclareTextSymbol{\ss}{oe}{255}
\DeclareTextComposite{\"}{oe}{A}{196}
\DeclareTextComposite{\"}{oe}{O}{214}
\DeclareTextComposite{\"}{oe}{U}{220}
\DeclareTextComposite{\"}{oe}{a}{228}
\DeclareTextComposite{\"}{oe}{o}{246}
\DeclareTextComposite{\"}{oe}{u}{252}
%
\DeclareTextComposite{\"}{oe}{e}{235}
\DeclareTextComposite{\"}{oe}{\i}{239}
%
\DeclareTextSymbol{\ii}{oe}{174}
\DeclareTextSymbol{\jj}{oe}{175}
\DeclareTextComposite{\"}{oe}{\ii}{240}
%
\DeclareTextSymbol{\ae}{oe}{229}
\DeclareTextSymbol{\oe}{oe}{247}
\DeclareTextSymbol{\ue}{oe}{253}
%
\DeclareTextSymbol{\B}{oe}{128}
\DeclareTextSymbol{\D}{oe}{129}
\DeclareTextSymbol{\I}{oe}{130}
\DeclareTextSymbol{\N}{oe}{131}
\DeclareTextSymbol{\O}{oe}{132}
\DeclareTextSymbol{\P}{oe}{133}
\DeclareTextSymbol{\S}{oe}{134}
\DeclareTextSymbol{\T}{oe}{135}
\DeclareTextSymbol{\V}{oe}{136}
\DeclareTextSymbol{\W}{oe}{137}
\DeclareTextSymbol{\Oe}{oe}{215}
%
\DeclareTextSymbol{\r}{oe}{160}
\DeclareTextSymbol{\x}{oe}{161}
\DeclareTextSymbol{\s}{oe}{162}
%
\DeclareTextSymbol{\Fe}{oe}{27}
\DeclareTextSymbol{\He}{oe}{28}
\DeclareTextSymbol{\Ze}{oe}{29}
\DeclareTextSymbol{\Pf}{oe}{30}
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% End of File %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|