diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-28 21:07:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-28 21:07:41 +0000 |
commit | bc9c08f557acfd4ea175640b453d93e803b6c73e (patch) | |
tree | 50722f01df24b0ffa1372662d26c9f39a379a54f /Master/texmf-dist/tex/latex/pst-moire | |
parent | bf3f53c013740ce1d4544104167f312ec3ea11d9 (diff) |
pst-moire (28oct18)
git-svn-id: svn://tug.org/texlive/trunk@49014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-moire')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-moire/pst-moire.sty | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-moire/pst-moire.sty b/Master/texmf-dist/tex/latex/pst-moire/pst-moire.sty new file mode 100644 index 00000000000..e61db1f03cd --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-moire/pst-moire.sty @@ -0,0 +1,33 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% This is file `pst-moire.sty' %% +%% %% +%% IMPORTANT NOTICE: %% +%% %% +%% Package `pst-moire' %% +%% %% +%% Jürgen Gilg, Manuel Luque, Jean-Michel Sarlat %% +%% %% +%% Copyright (C) 2018 %% +%% %% +%% This program can redistributed and/or modified under %% +%% the terms of the LaTeX Project Public License %% +%% Distributed from CTAN archives in directory %% +%% macros/latex/base/lppl.txt; either version 1.3c of %% +%% the License, or (at your option) any later version. %% +%% %% +%% DESCRIPTION: %% +%% `pst-moire' is a PSTricks package to draw moire patterns %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage{pstricks} +\ProvidesPackage{pst-moire}[2018/10/28 package wrapper for + pst-moire] +\input{pst-moire.tex} +\ProvidesFile{pst-moire.tex} + [\filedate\space v\fileversion\space `PST-moire'] +\IfFileExists{pst-moire.pro}{% + \ProvidesFile{pst-moire.pro} + [2018/10/28 v. 1.0, PostScript prologue file] + \@addtofilelist{pst-moire.pro}}{}% +\endinput |