blob: b72fd25dbd47cf51fedc922428cf635acacde131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% mlp-31.sty (the dutch interface for the mlp package) last mods 2000/09/06
%
%%
%% checksum = "63302 137 659 7109"
%%
% TO DO...
\DeclareOption{dutch}{%\PassOptionsToPackage{dutch}{dutch}
\typeout{^^J*** Dutch Option is still Unprocessed ***}
\typeout{*** MLP don't know which package use! ***}
}
\ProvidesFile{mlp-31.sty}%
[2000/09/06 dutch interface for the mlp package]
\ProcessOptions% Process that option definitely for mlp-31
%\RequirePackage{dutch}% Load the dutch package.
\def\@lastoption{dutch}% The language to start typesetting with.
\endinput%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|