summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/gobble/gobble-user.sty29
-rw-r--r--Master/texmf-dist/tex/generic/gobble/gobble.sty28
2 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/gobble/gobble-user.sty b/Master/texmf-dist/tex/generic/gobble/gobble-user.sty
new file mode 100644
index 00000000000..02517a131e5
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/gobble/gobble-user.sty
@@ -0,0 +1,29 @@
+%% Copyright (C) 2012 by Martin Scharrer <martin@scharrer-online.de>
+%% ------------------------------------------------------------------
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Martin Scharrer.
+%%
+%% This work consists of the files gobble.dtx and gobble.ins
+%% and the derived files gobble.sty, gobble-user.sty,
+%% gobble.tex and gobble-user.tex
+%%
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{gobble-user}[%
+ 2012/06/09
+ v0.1
+ Provides user level macros]
+\RequiresPackage{gobble}
+\input{gobble-user}
+
+\endinput
+%%
+%% End of file `gobble-user.sty'.
diff --git a/Master/texmf-dist/tex/generic/gobble/gobble.sty b/Master/texmf-dist/tex/generic/gobble/gobble.sty
new file mode 100644
index 00000000000..6e8756fabc6
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/gobble/gobble.sty
@@ -0,0 +1,28 @@
+%% Copyright (C) 2012 by Martin Scharrer <martin@scharrer-online.de>
+%% ------------------------------------------------------------------
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Martin Scharrer.
+%%
+%% This work consists of the files gobble.dtx and gobble.ins
+%% and the derived files gobble.sty, gobble-user.sty,
+%% gobble.tex and gobble-user.tex
+%%
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{gobble}[%
+ 2012/06/09
+ v0.1
+ Provides more gobble macros]
+\input{gobble}
+
+\endinput
+%%
+%% End of file `gobble.sty'.