summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-08-28 00:19:37 +0000
committerKarl Berry <karl@freefriends.org>2009-08-28 00:19:37 +0000
commit30d3c6ec3c2d97be2413dbed0cf9c13b3bf67974 (patch)
treea64a88f3a339a4cfca7e467b4a849e5fdac7e977 /Master/texmf-dist/doc/generic/pstricks/pst-doc.cls
parent74d0d62d32d4a9d1ce1959eff0e82ffc055e1b56 (diff)
pstricks update (27aug09)
git-svn-id: svn://tug.org/texlive/trunk@14900 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.cls12
1 files changed, 7 insertions, 5 deletions
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}}