diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-spirograph/pst-spirograph.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-spirograph/pst-spirograph.sty | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-spirograph/pst-spirograph.sty b/Master/texmf-dist/tex/latex/pst-spirograph/pst-spirograph.sty new file mode 100644 index 00000000000..8ab82b40ead --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-spirograph/pst-spirograph.sty @@ -0,0 +1,29 @@ +% $Id: pst-spirograph.sty 73 2014-08-18 15:35:25Z herbert $ +%% +%% This is file `pst-spirograph.sty'. +%% +%% IMPORTANT NOTICE: +%% +%% pst-spirograph.sty Copyright (C) 2015 +%% Manuel Luque +%% Herbert Voß <hvoss@tug.org> +%% +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +\NeedsTeXFormat{LaTeX2e} + +\ProvidesPackage{pst-spirograph} + [2014/08/18 v0.40 LaTeX wrapper for `pst-spirograph' (hv)] +% +\RequirePackage{pstricks} +\ProvidesPackage{pst-spirograph}[2014/08/18 package wrapper for pst-spirograph.tex] +\input{pst-spirograph.tex} +\ProvidesFile{pst-spirograph.tex} + [\filedate\space \fileversion\space `pst-spirograph' (ml,hv)] +\IfFileExists{pst-spirograph.pro}{% + \ProvidesFile{pst-spirograph.pro} + [2014/08/18 v. 1.14, PostScript prologue file (hv)] + \@addtofilelist{pst-spirograph.pro}}{}% +\endinput |