blob: 342a0946153c1ff10c086436877c9edb5dd8cf13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
% mlp-01.sty (the english interface for the mlp package) last mods 2000/09/06
%
%%
%% checksum = "63302 137 659 7109"
%%
% Notice we load fenglish.sty from the French dist.
\ProvidesFile{mlp-01.sty}%
[2000/09/06 english interface for the mlp package]
\DeclareOption{english}{\PassOptionsToPackage{english}{fenglish}}
\ProcessOptions% Process that option definitely for mlp-01
\RequirePackage{fenglish}% Load the english package.
\def\@lastoption{english}% The language to start typesetting with.
\endinput%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|