diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-07 23:22:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-07 23:22:23 +0000 |
commit | d9eed51f22174ef543823392b76a190f3c7f83a4 (patch) | |
tree | 171993e52668bfb362abdb9dd2b3eec2d615626b /Master/texmf-dist/tex/generic/gobble | |
parent | 7ac81bc4c8445b925f4504174ad526d178221fcb (diff) |
gobble (7mar16)
git-svn-id: svn://tug.org/texlive/trunk@39964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/gobble')
-rw-r--r-- | Master/texmf-dist/tex/generic/gobble/gobble-user.sty | 29 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/gobble/gobble.sty | 28 |
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'. |