diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-17 16:33:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-17 16:33:56 +0000 |
commit | 2aa72314cbd66dc3beb0bf1b050bb351490a90d4 (patch) | |
tree | 5eea16dcd7a18f2a7ea470f49e8b908b4b960e85 /Master | |
parent | 31be7e2d49b9eb33e82ba1a3b9b05bcafce81282 (diff) |
pstricks update (16mar09)
git-svn-id: svn://tug.org/texlive/trunk@12410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls index 40aba72eed2..34f0e2e2799 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 86 2009-01-29 10:34:00Z herbert $ +% $Id: pst-doc.cls 107 2009-03-12 17:25:46Z herbert $ % %% %% The PSTricks Project @@ -15,7 +15,7 @@ %% % \listfiles -\ProvidesClass{pst-doc}[2009/01/20 v 0.05 PSTricks documentation class (hv)] +\ProvidesClass{pst-doc}[2009/03/17 v 0.08 PSTricks documentation class (hv)] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}} \ProcessOptions\relax % @@ -264,6 +264,9 @@ \newcommand\Lmnotation[1]{\nxLnotation{#1}\xLmnotation{#1}} \newcommand\xLnotation[1]{\index{Syntax!#1@\nxLnotation{#1}}\index{#1@\nxLnotation{#1}}} \def\nxLnotation#1{\texttt{#1}} +\def\xLkeyset#1{\expandafter\xLkeyset@i#1\@nil} +\def\xLkeyset@i#1=#2\@nil{\index{#1@\texttt{#1}}\index{Keyword!#1@\texttt{#1}} + \index{#2@\texttt{#2}}\index{Value!#2@\texttt{#2}}} \def\Lkeyset#1{\expandafter\Lkeyset@i#1\@nil} \def\Lkeyset@i#1=#2\@nil{\texttt{#1=#2}% \index{#1@\texttt{#1}}\index{Keyword!#1@\texttt{#1}} @@ -366,20 +369,17 @@ \docauthor{} %\def\author#1{\gdef\@author{#1}\gdef\@docauthor{#1}} +\providecommand\bgImage{} +\providecommand\bgTitle{} + \renewcommand\maketitle{% \thispagestyle{empty}% -%\mktitledecor \begin{titlepage} \begin{pspicture}(1.6in,0)(21,21.7) -% \rput(3,22.5){% -% \begin{pspicture}(-2,-2)(2,2) -% \psset{Decran=30,viewpoint=50 20 10 rtp2xyz} -% \psSolid[object=cube,a=2,action=draw*,fillcolor=magenta!20]% -% \axesIIID(1,1,1)(1.5,1.5,1.5) -% \end{pspicture}} - \psframe[fillstyle=solid,linecolor=lightgray,fillcolor=lightgray,linestyle=solid](0,-5.75)(21.2,10) - \psframe[fillstyle=solid,linecolor=Orange!85!Red,fillcolor=Orange!85!Red,linestyle=solid](0,10)(21.2,10.5) - \psframe[fillstyle=solid,linecolor=Orange!85!Red,fillcolor=Orange!85!Red,linestyle=solid](0,21.1)(21.2,21.2) + \rput(11.1,3){\bgImage} + \psframe[fillstyle=solid,linecolor=lightgray,fillcolor=lightgray,linestyle=solid,opacity=0.5](0,-5.75)(22.2,10) + \psframe[fillstyle=solid,linecolor=Orange!85!Red,fillcolor=Orange!85!Red,linestyle=solid](0,10)(22.2,10.5) + \psframe[fillstyle=solid,linecolor=Orange!85!Red,fillcolor=Orange!85!Red,linestyle=solid](0,21.1)(22.2,21.2) \rput[lb](3,22){\Huge\sffamily\color{Orange!65!Red}\psscalebox{2}{\textbf{PSTricks}}} \rput[lb](3,14.1){\parbox{17cm}{\sffamily\RaggedRight\bfseries\huge\@title}} \rput[lb](3,12.6){\parbox{15cm}{\sffamily\Large\@subtitle}} |