From 7ad1217a0a98c2ff8f755442c9cf6c13838b1738 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Dec 2009 01:07:16 +0000 Subject: pstricks update (9dec09) git-svn-id: svn://tug.org/texlive/trunk@16353 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pstricks/Changes | 3 ++- Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | 22 +++++++++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes index 32292be1a6a..2ca6c01f53b 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes +++ b/Master/texmf-dist/doc/generic/pstricks/Changes @@ -1,4 +1,5 @@ -2009-10-25 - pst-news09.tex|pdf +2009-12-08 - extensions to pst-doc.cls v 0.11 + (load package paralist) 2009-09-27 - extensions to pst-doc.cls 2009-08-17 - extensions to pst-doc.cls 2009-03-17 - update pst-doc.cls 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,% -- cgit v1.2.3