summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/umlaute/umlaute.sty
blob: 7b88697276a2185a89217f3f26c6907c9f07f3fb (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
%%
%% This is file `umlaute.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% umlaute.dtx  (with options: `package')
%% 
%% Copyright (C) 1994-2006 Axel Sommerfeldt (caption@sommerfee.de)
%% 
%% --------------------------------------------------------------------------
%% 
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%% 
%% This work has the LPPL maintenance status "maintained".
%% 
%% This Current Maintainer of this work is Axel Sommerfeldt.
%% 
%% This work consists of the files umlaute.ins, umlaute.dtx
%% and the derived files umlaute.sty, atari.def, pc850.def,
%% isolatin.def, mac.def, and roman8.def.
%% 
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
\ProvidesPackage{umlaute}[2006/01/29 v2.1 umlaute package (AS)]
\PackageWarning{umlaute}{%
  This package has been superseeded by the `inputenc' package}
\DeclareOption{iso}{\PassOptionsToPackage{latin1}{inputenc}}
\DeclareOption{ansi}{\PassOptionsToPackage{latin1}{inputenc}}
\DeclareOption{850}{\PassOptionsToPackage{cp850}{inputenc}}
\DeclareOption{amigaos}{\\PassOptionsToPackage{latin1}{inputenc}}
\DeclareOption{amiga}{\PassOptionsToPackage{latin1}{inputenc}}
\DeclareOption{dos}{\PassOptionsToPackage{cp850}{inputenc}}
\DeclareOption{ibmpc}{\PassOptionsToPackage{cp850}{inputenc}}
\DeclareOption{hpux}{\ExecuteOptions{roman8}}
\DeclareOption{macos}{\PassOptionsToPackage{applemac}{inputenc}}
\DeclareOption{mac}{\PassOptionsToPackage{applemac}{inputenc}}
\DeclareOption{tos}{\PassOptionsToPackage{atari}{inputenc}}
\DeclareOption{windows}{\PassOptionsToPackage{latin1}{inputenc}}
\DeclareOption{nogerman}{} % just declared for compatibility with v1.2
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{inputenc}}
\ProcessOptions*
\RequirePackage{inputenc}
\endinput
%%
%% End of file `umlaute.sty'.