diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-11 01:07:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-11 01:07:16 +0000 |
commit | 7ad1217a0a98c2ff8f755442c9cf6c13838b1738 (patch) | |
tree | ddf588ecf0ef0839955d21eae2c50e2440d2dbba /Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | |
parent | c6ddbfa56ffeb39f08fef67b1f9fc97778cd70bd (diff) |
pstricks update (9dec09)
git-svn-id: svn://tug.org/texlive/trunk@16353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-doc.cls')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls index 788f26eaac9..78f68be3d0f 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls +++ b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls @@ -1,11 +1,11 @@ -% $Id: pst-doc.cls 130 2009-08-27 08:55:03Z herbert $ +% $Id: pst-doc.cls 165 2009-12-08 14:36:36Z herbert $ % %% %% The PSTricks Project %% %% ``pst-doc'' class for use with the PSTricks documentation. %% -%% Copyright (C) 2009 Herbert Voss +%% Copyright (C) 2009/2010 Herbert Voss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 @@ -15,7 +15,7 @@ %% % \listfiles -\ProvidesClass{pst-doc}[2009/09/27 v 0.10 PSTricks documentation class (hv)] +\ProvidesClass{pst-doc}[2009/12/08 v 0.11 PSTricks documentation class (hv)] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}} \ProcessOptions\relax % @@ -92,6 +92,7 @@ \RequirePackage{varioref} \RequirePackage{subfig} \RequirePackage{setspace} +\RequirePackage{paralist} % \RequirePackage{fancyvrb} \newenvironment{Xverbatim}[2][]% @@ -107,6 +108,21 @@ \RequirePackage{filecontents} \singlespace \RequirePackage{showexpl} +\definecolor{hellgelb}{rgb}{1,1,0.85} +\definecolor{colKeys}{rgb}{0,0,1} +\definecolor{colIdentifier}{rgb}{0,0,0} +\definecolor{colComments}{rgb}{1,0,0} +\definecolor{colString}{rgb}{0,0.5,0} +\newcommand\ON{% + \gdef\lst@alloverstyle##1{% + \fboxrule=0pt + \fboxsep=0pt + \fcolorbox{DarkBlue}{DarkBlue}{\textcolor{white}{\bfseries\strut##1}}% +}} +\newcommand\OFF{% + \xdef\lst@alloverstyle##1{##1}% +} +\renewcommand*\SX@Info{}% \lstset{% language=PSTricks,% float=hbp,% |