From 30d3c6ec3c2d97be2413dbed0cf9c13b3bf67974 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Aug 2009 00:19:37 +0000 Subject: pstricks update (27aug09) git-svn-id: svn://tug.org/texlive/trunk@14900 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pstricks/Changes | 3 +++ Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | 12 +++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes index 170b0482de0..69a9a20fffc 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes +++ b/Master/texmf-dist/doc/generic/pstricks/Changes @@ -1,3 +1,6 @@ +2009-08-17 - extensions to pst-doc.cls +2009-03-17 - update pst-doc.cls +2009-01-31 - update pst-doc.cls 2009-01-30 - update pst-doc.cls - new file pst-doc.ist - new file pst-news09.tex|pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls index 34f0e2e2799..ecbd8faf1b0 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls +++ b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls @@ -1,4 +1,4 @@ -% $Id: pst-doc.cls 107 2009-03-12 17:25:46Z herbert $ +% $Id: pst-doc.cls 125 2009-08-27 07:08:54Z herbert $ % %% %% The PSTricks Project @@ -15,7 +15,7 @@ %% % \listfiles -\ProvidesClass{pst-doc}[2009/03/17 v 0.08 PSTricks documentation class (hv)] +\ProvidesClass{pst-doc}[2009/08/17 v 0.09 PSTricks documentation class (hv)] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}} \ProcessOptions\relax % @@ -110,7 +110,7 @@ showspaces=false, % showstringspaces=false, % numbers=left, - numbersep=0.5em, + numbersep=0.8em, numberstyle=\tiny, % breaklines=true, % breakautoindent=true, @@ -254,10 +254,12 @@ \def\Lkeyword#1{\texttt{#1}\xLkeyword{#1}} \def\xLkeyword#1{\index{#1@\texttt{#1}}\index{Keyword!#1@\texttt{#1}}} \def\nxLkeyword#1{\texttt{#1}} -\def\Lkeyval#1{\texttt{#1}\index{#1@\texttt{#1}}\index{Keyvalue!#1@\texttt{#1}}} +\def\Lkeyval#1{\texttt{#1}\xLkeyval{#1}} +\def\xLkeyval#1{\index{#1@\texttt{#1}}\index{Keyvalue!#1@\texttt{#1}}} \def\Loption#1{\texttt{#1}\index{#1@\texttt{#1}}\index{Package option!#1@\texttt{#1}}} \def\LPS#1{\texttt{#1}\index{#1@\texttt{#1}}\index{PostScript!#1@\texttt{#1}}} -\def\Lps#1{\texttt{#1}\index{#1@\texttt{#1}}\index{PostScript!#1@\texttt{#1}}} +\def\xLps#1{\index{#1@\texttt{#1}}\index{PostScript!#1@\texttt{#1}}} +\def\Lps#1{\texttt{#1}\xLps{#1}} \def\LClass#1{\texttt{#1}\index{#1@\texttt{#1}}\index{Class!#1@\texttt{#1}}} \let\nxLClass\nxLPack \newcommand\Lnotation [1]{\nxLnotation{#1}\xLnotation{#1}} -- cgit v1.2.3