diff options
Diffstat (limited to 'graphics/pstricks/base/latex/pst-all.sty')
-rw-r--r-- | graphics/pstricks/base/latex/pst-all.sty | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/pstricks/base/latex/pst-all.sty b/graphics/pstricks/base/latex/pst-all.sty new file mode 100644 index 0000000000..3c9d1a8ddb --- /dev/null +++ b/graphics/pstricks/base/latex/pst-all.sty @@ -0,0 +1,33 @@ +% $Id: pst-all.sty 446 2017-04-19 11:40:55Z herbert $ +%% +%% This is file `pst-all.sty' +%% +%% IMPORTANT NOTICE: +%% +%% Copyright (C) 1997 Timothy Van Zandt +%% Copyright (C) 2004-2008 Herbert Voss <hvoss@tug.org> +%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> +%% 2008-- Herbert Voss <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. +%% +\ProvidesPackage{pst-all}[2008/01/01 the main pstricks tools] +\RequirePackage{pstricks} % important +% this loads the xcolor package and pstricks in the right order +% and does some modification to the color handling. Look at the +% doc for the options. +% +\RequirePackage{pst-plot} +\RequirePackage{pst-node} +\RequirePackage{pst-tree} +\RequirePackage{pst-grad} +\RequirePackage{pst-coil} +\RequirePackage{pst-text} +\RequirePackage{pst-3d} +\RequirePackage{pst-eps} +\RequirePackage[tiling]{pst-fill} +\RequirePackage{pstricks-add} +\RequirePackage{multido} +\endinput |