blob: 7072c491ffadc09e643dd768bad192a7ecc2e864 (
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
|
%%
%% This is file `next.gie',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ginpenc.dtx (with options: `version,next')
%%
%% ginpenc package
%%
%% Copyright 2003 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
%% h.harders@tu-bs.de
%%
\def\giefileversion{1.0}
\def\giefiledate{2003/09/29}
\def\giedocdate{2003/09/29}
\ProvidesFile{next.gie}[\giefiledate\space v\giefileversion\space
Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
\DeclareInputText{133}{"A}%
\DeclareInputText{150}{"O}%
\DeclareInputText{154}{"U}%
\DeclareInputText{217}{"a}%
\DeclareInputText{240}{"o}%
\DeclareInputText{246}{"u}%
\DeclareInputText{251}{"s}%
}%
\shorthandoff{"}%
\gdef\umlautnotgerman{%
\DeclareInputText{133}{\"A}%
\DeclareInputText{150}{\"O}%
\DeclareInputText{154}{\"U}%
\DeclareInputText{217}{\"a}%
\DeclareInputText{240}{\"o}%
\DeclareInputText{246}{\"u}%
\DeclareInputText{251}{\"s}%
}%
\endgroup
\endinput
%%
%% End of file `next.gie'.
|