summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/lmacs/lmacs.sty
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/tex/latex/lmacs/lmacs.sty')
-rw-r--r--texmf-dist/tex/latex/lmacs/lmacs.sty28
1 files changed, 28 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/lmacs/lmacs.sty b/texmf-dist/tex/latex/lmacs/lmacs.sty
new file mode 100644
index 00000000..0d49bf26
--- /dev/null
+++ b/texmf-dist/tex/latex/lmacs/lmacs.sty
@@ -0,0 +1,28 @@
+%%
+%% This is file `lmacs.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lmacs.dtx (with options: `package')
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{lmacs}
+ [2012/05/21 v1.1 Imports local macro files]
+\RequirePackage{kvoptions}[2009/07/21]
+\let\LM@inputlist\@empty
+\newcommand{\LM@input}[2]{\InputIfFileExists{#1.#2}{}%
+ {\LM@warning{#1}{#2}}}
+\newcommand{\LM@warning}[2]{\PackageWarning{lmacs}
+ {The file #1.#2 cannot be found}}
+\define@key{lmacs}{cfg}{\g@addto@macro\LM@inputlist{\LM@input{#1}{cfg}}}
+\define@key{lmacs}{!cfg}{}
+\define@key{lmacs}{def}{\g@addto@macro\LM@inputlist{\LM@input{#1}{def}}}
+\define@key{lmacs}{!def}{}
+\define@key{lmacs}{js}{\g@addto@macro\LM@inputlist{\LM@input{#1}{js}}}
+\define@key{lmacs}{!js}{}
+\ProcessKeyvalOptions{lmacs}
+\LM@inputlist
+\endinput
+%%
+%% End of file `lmacs.sty'.