summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-11 01:07:16 +0000
committerKarl Berry <karl@freefriends.org>2009-12-11 01:07:16 +0000
commit7ad1217a0a98c2ff8f755442c9cf6c13838b1738 (patch)
treeddf588ecf0ef0839955d21eae2c50e2440d2dbba /Master/texmf-dist
parentc6ddbfa56ffeb39f08fef67b1f9fc97778cd70bd (diff)
pstricks update (9dec09)
git-svn-id: svn://tug.org/texlive/trunk@16353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes3
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-doc.cls22
2 files changed, 21 insertions, 4 deletions
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,%