summaryrefslogtreecommitdiff
path: root/language/french/e-french/texmf/tex/deutschx.mlp
blob: 25d2cd930456a2eadfd65466a806649a4db7fdef (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
% deutschx.mlp   Usual german configuration for the mlp package. 
%                                                         last mods: 2000/09/06
%
%               mlp means The Multi-Lingual Package, an idea from --bg 97/11/03
%
% This file can be modified if the local or linguistic TeX users group
% accepts the modifications. 
%
% Group to get in touch for deutschx.mlp is: ...
% Person to send a message is: ... (defaultly: gaulle@idris.fr)
%
%
\ProvidesFile{deutschx.mlp}% 
        [2000/09/06 german configuration file for mlp package]
\DeclareOption{deutsch}{\@requirepackage{mlp-49}%
                        \PassOptionsToPackage{german}{mlp-49}%
                       }%
\DeclareOption{ndeutsch}{\@requirepackage{mlp-49n}%
                        \PassOptionsToPackage{ngerman}{mlp-49n}%
                       }%
\DeclareOption{englisch}{\@requirepackage{mlp-01}% original US english
                         \PassOptionsToPackage{english}{mlp-01}%
                        }%
\DeclareOption{franzosisch}{\@requirepackage{mlp-33}% 
                            \PassOptionsToPackage{french}{mlp-33}%
                           }%
\DeclareOption{franzoesisch}{\@requirepackage{mlp-33}% 
                             \PassOptionsToPackage{french}{mlp-33}%
                            }%
\DeclareOption{hollandisch}{\@requirepackage{mlp-31}% 
                            \PassOptionsToPackage{dutch}{mlp-31}%
                           }%
\AtBeginDocument{\beginlanguage}%
%%%%%%%%%%%%%%%