diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-20 20:04:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-20 20:04:25 +0000 |
commit | 1dd6e5bec91358ff6bcd1964121979187a676cb4 (patch) | |
tree | 6ca5c7d1f77af1098886ff908660fa6279e1e31d /Master/texmf-dist/tex/latex/pst-spirograph | |
parent | ad409dcf2ee3052e025ecf5cca832ae5147ad253 (diff) |
pst-spirograph (20aug14)
git-svn-id: svn://tug.org/texlive/trunk@34995 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-spirograph')
-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 |