blob: b260ac2963d9821e9dd6fdf000349efd96d98196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% After Bernard Gaulle's decease this work is now maintained as
% the e-French project by a group of enthusiast users
% under LPPL copyright as declared in http://www.efrench.org/
% mlp-opts_doc.txt original file name. An idea of Bernard Gaulle 97/10/31
%% checksum = "55633 14 72 713"
\ProvidesPackage{mlp-opts}[1997/10/31 mlp processing options by --bg /V0.01/]%
\def\@tempa#1#2#3#4#5#6#7#8#9/{\def\@tempa{#1#2#3#4#5#6#7#8.mlp}}%
\expandafter\@tempa\@lastoption xxxxxxxx/%
\expandafter\InputIfFileExists{\@tempa}{}%
{%
\input{internat.mlp}%
}%
\ProcessOptions*%
\endinput%
|