diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:04:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:04:34 +0000 |
commit | 15e181e2128ecd34395c1179a3fb6cccadf75e9b (patch) | |
tree | ba3ebffce1af7eac8968170fa60fd8011fb3eda1 /Master/texmf-dist | |
parent | 99c099924440f6d94ba323fc432df361ec9a66b4 (diff) |
pst-poly
git-svn-id: svn://tug.org/texlive/trunk@1252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-poly/pst-poly.sty | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-poly/pst-poly.sty b/Master/texmf-dist/tex/latex/pst-poly/pst-poly.sty new file mode 100644 index 00000000000..3b8931ada7d --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-poly/pst-poly.sty @@ -0,0 +1,47 @@ +%% +%% This is file `pst-poly.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% pst-poly.dtx (with options: `latex-wrapper') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from pst-poly.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file pst-poly.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% +%% Package `pst-poly.dtx' +%% +%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> +%% Herbert Voss <voss _at_ pstricks.de> +%% +%% Novermber 20, 2004 +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. +%% +%% DESCRIPTION: +%% `pst-poly' is a PSTricks package to draw easily various kinds of regular +%% or non regular polygons, with various customizations. +%% +\RequirePackage{pstricks} +\ProvidesPackage{pst-poly}[2004/11/20 package wrapper for + pst-poly.tex (hv)] +\input{pst-poly.tex} +\ProvidesFile{pst-poly.tex} + [\filedate\space v\fileversion\space `PST-poly' (DG)] +\endinput +%% +%% End of file `pst-poly.sty'. |