diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-17 16:06:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-17 16:06:35 +0000 |
commit | 326646bc9c462610b33d3387deb586d5dd2de9f3 (patch) | |
tree | 6844105505634474cf874ef4a56b6bcbe9dd47d1 /Master/texmf-dist/tex/generic/2up/2up.sty | |
parent | 6edfc4f99ff37896e0f1b16146cd8b678cba6911 (diff) |
2up own pkg (15may10)
git-svn-id: svn://tug.org/texlive/trunk@18310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/2up/2up.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/2up/2up.sty | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/2up/2up.sty b/Master/texmf-dist/tex/generic/2up/2up.sty new file mode 100644 index 00000000000..15659c73981 --- /dev/null +++ b/Master/texmf-dist/tex/generic/2up/2up.sty @@ -0,0 +1,9 @@ +%% $Id: 2up.sty 318 2010-05-15 07:29:54Z herbert $ +\ProvidesPackage{2up}[2010/05/15 package wrapper for + 2up.tex (hv)] +\input{2up.tex} +\ProvidesFile{2up.tex} + [\filedate\space v\fileversion\space `2up' (tvz,hv)] +% +\endinput + |