diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-27 01:41:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-27 01:41:10 +0000 |
commit | 52e0e587ff774ec47a088432cdb5738a39fb3739 (patch) | |
tree | db08a7c283495c0bbdc3bf159b7e0b96f68a453b /Master/texmf-dist/tex/latex/pst-cox | |
parent | f82487f7cb5a8a26f143589f509ed0a76b51b82f (diff) |
new (and special install) pstricks package pst-cox (24feb08)
git-svn-id: svn://tug.org/texlive/trunk@6759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-cox')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-cox/pst-coxcoor.sty | 35 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-cox/pst-coxeterp.sty | 34 |
2 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-cox/pst-coxcoor.sty b/Master/texmf-dist/tex/latex/pst-cox/pst-coxcoor.sty new file mode 100644 index 00000000000..fc6ad1eef58 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-cox/pst-coxcoor.sty @@ -0,0 +1,35 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% polygonesCoordinate\pst-coxcoor.sty +% Authors: J.-G. Luque and M. Luque +% Purpose: .sty file for the library pst-coxcoor +% Created: 02/02/2008 +% License: LGPL +% Project: PST-Cox V1.00 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Copyright © 2008 Jean-Gabriel Luque, Manuel Luque. +% This work may be distributed and/or modified under the condition of +% the Lesser GPL. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% This file is part of PST-Cox V1.00. +% +% PST-Cox V1.00 is free software: you can redistribute it and/or modify +% it under the terms of the Lesser GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% PST-Cox V1.00 is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% Lesser GNU General Public License for more details. +% +% You should have received a copy of the Lesser GNU General Public License +% along with PST-Cox V1.00. If not, see <http://www.gnu.org/licenses/>. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage{pstricks} + \ProvidesPackage{pst-coxcoor}[2007/09/12 +package wrapper for + pst-coxcoor.tex (JG.L)] +\input{pst-coxcoor.tex} +\ProvidesFile{pst-coxcoor.tex} + [\filedate\space v\fileversion\space `PST-coxcoor' (JG.L)] +\endinput diff --git a/Master/texmf-dist/tex/latex/pst-cox/pst-coxeterp.sty b/Master/texmf-dist/tex/latex/pst-cox/pst-coxeterp.sty new file mode 100644 index 00000000000..c248c80870d --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-cox/pst-coxeterp.sty @@ -0,0 +1,34 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% pst-coxeter_parameter\pst-coxeterp.sty +% Authors: J.-G. Luque and M. Luque +% Purpose: .sty file for pst-coxeterp +% Created: 02/02/2008 +% License: LGPL +% Project: PSCox +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Copyright © 2008 Jean-Gabriel Luque, Manuel Luque. +% This work may be distributed and/or modified under the condition of +% the Lesser GPL. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% This file is part of PST-Cox V1.00. +% +% PST-Cox V1.00 is free software: you can redistribute it and/or modify +% it under the terms of the Lesser GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% PST-Cox V1.00 is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% Lesser GNU General Public License for more details. +% +% You should have received a copy of the Lesser GNU General Public License +% along with PST-Cox V1.00. If not, see <http://www.gnu.org/licenses/>. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage{pstricks} \ProvidesPackage{pst-coxeterp}[2007/09/12 +package wrapper for + pst-coxeterp.tex (JG.L)] +\input{pst-coxeterp.tex} +\ProvidesFile{pst-coxeterp.tex} + [\filedate\space v\fileversion\space `PST-coxeterp' (JG.L)] +\endinput |