diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/abc/mup.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/abc/mup.sty | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/abc/mup.sty b/Master/texmf-dist/tex/latex/abc/mup.sty new file mode 100644 index 00000000000..6acbc12c01d --- /dev/null +++ b/Master/texmf-dist/tex/latex/abc/mup.sty @@ -0,0 +1,27 @@ +%% +%% This is file `mup.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% abc.dtx (with options: `package-mup') +%% +%% Copyright 2006, 2008 Enrico Gregorio +%% +%% This program is provided under the terms of the +%% LaTeX Project Public License distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt. +%% +%% Author: Enrico Gregorio +%% Enrico dot Gregorio at univr dot it +%% +%% This work has the LPPL maintenance status "author-maintained". +%% + +\ProvidesPackage{mup} +\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{abc}} +\ProcessOptions\relax +\RequirePackage[mup]{abc} +\endinput +%% +%% End of file `mup.sty'. |