summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lmacs/lmacs.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/lmacs/lmacs.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/lmacs/lmacs.sty')
-rw-r--r--macros/latex/contrib/lmacs/lmacs.sty28
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/latex/contrib/lmacs/lmacs.sty b/macros/latex/contrib/lmacs/lmacs.sty
new file mode 100644
index 0000000000..0d49bf268e
--- /dev/null
+++ b/macros/latex/contrib/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'.