diff options
author | Norbert Preining <preining@logic.at> | 2006-12-14 01:50:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-12-14 01:50:15 +0000 |
commit | 182e67d241ec6850017808d7aefa6616dd9f985f (patch) | |
tree | 41739c8076f293ff41e6d35c98ced0392be9195f /Master/texmf-dist/tex/latex/pst-geo | |
parent | a6884608408611b08f4d591522135737b0bd2063 (diff) |
pst-geo, first step in fixing it
git-svn-id: svn://tug.org/texlive/trunk@2728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-geo')
4 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-geo/pst-map2d.sty b/Master/texmf-dist/tex/latex/pst-geo/pst-map2d.sty new file mode 100644 index 00000000000..93512d6c2d5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-geo/pst-map2d.sty @@ -0,0 +1,7 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-map2d}[2005/11/10 package wrapper for PSTricks pst-map2d.tex (hv)] +\input pst-map2d.tex +\ProvidesFile{pst-map2d.tex} + [\filedate\space v\fileversion\space `PST-map2d' (ml,gm,hv)] +\endinput + diff --git a/Master/texmf-dist/tex/latex/pst-geo/pst-map2dII.sty b/Master/texmf-dist/tex/latex/pst-geo/pst-map2dII.sty new file mode 100644 index 00000000000..9fb5343f7d4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-geo/pst-map2dII.sty @@ -0,0 +1,7 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-map2dII}[2005/11/10 package wrapper for PSTricks pst-map2dII.tex (hv)] +\input pst-map2dII.tex +\ProvidesFile{pst-map2dII.tex} + [\filedate\space v\fileversion\space `PST-map2dII' (ml,gm,hv)] +\endinput + diff --git a/Master/texmf-dist/tex/latex/pst-geo/pst-map3d.sty b/Master/texmf-dist/tex/latex/pst-geo/pst-map3d.sty new file mode 100644 index 00000000000..4094b6d8114 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-geo/pst-map3d.sty @@ -0,0 +1,6 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-map3d}[2004/01/05 package wrapper for PSTricks pst-map3d.tex (hv)] +\input{pst-map3d.tex} +\ProvidesFile{pst-map3d.tex} + [\filedate\space v\fileversion\space `PST-map3d' (mljm,hv)] +\endinput diff --git a/Master/texmf-dist/tex/latex/pst-geo/pst-map3dII.sty b/Master/texmf-dist/tex/latex/pst-geo/pst-map3dII.sty new file mode 100644 index 00000000000..eec71f6540b --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-geo/pst-map3dII.sty @@ -0,0 +1,6 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-map3dII}[2005/11/10 package wrapper for PSTricks pst-map3dII.tex (hv)] +\input{pst-map3dII.tex} +\ProvidesFile{pst-map3dII.tex} + [\filedate\space v\fileversion\space `PST-map3dII' (mljm,hv)] +\endinput |