diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-doc.cls')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls index 588b5262af9..40aba72eed2 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 70 2008-12-22 13:03:24Z herbert $ +% $Id: pst-doc.cls 86 2009-01-29 10:34:00Z herbert $ % %% %% The PSTricks Project @@ -15,7 +15,7 @@ %% % \listfiles -\ProvidesClass{pst-doc}[2008/12/22 v 0.04 PSTricks documentation class (hv)] +\ProvidesClass{pst-doc}[2009/01/20 v 0.05 PSTricks documentation class (hv)] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}} \ProcessOptions\relax % @@ -77,6 +77,8 @@ \RequirePackage{calc} \RequirePackage{babel} \RequirePackage[table,svgnames,dvipsnames]{pstricks} +\let\pstricksFV\fileversion +\let\pstricksFD\filedate \RequirePackage{multido} \RequirePackage{lscape} \RequirePackage{graphicx} @@ -122,7 +124,7 @@ \RequirePackage{xkvview} \raggedbottom -\definecolor{sectioncolor}{RGB}{0, 0, 0} % Schwarz +\definecolor{sectioncolor}{RGB}{0, 0, 255} % Schwarz \definecolor{textcolor}{RGB}{0, 0, 0} % Schwarz \definecolor{shadecolor}{gray}{0.90} \colorlet{pdflinkcolor}{DOrange} @@ -190,8 +192,7 @@ \setcounter{tocdepth}{2} % Inhaltsverzeichnis mit groesserer Tiefe % % Inhalte von List of Figures -\IfPackageLoaded{subfig}{ - \setcounter{lofdepth}{1} %1 = nur figures, 2 = figures + subfigures +\IfPackageLoaded{subfig}{\setcounter{lofdepth}{1} %1 = nur figures, 2 = figures + subfigures } \RequirePackage[colorlinks=true, urlcolor=pdfurlcolor, @@ -230,7 +231,6 @@ \makeatletter %%% ---------------------------------------------------------------- - \DeclareRobustCommand\PST{\texttt{PSTricks\xspace}} \DeclareRobustCommand\PS{\texttt{PostScript\xspace}} \def\dt{\ensuremath{\,\mathrm{d}t}} @@ -258,6 +258,8 @@ \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\LClass#1{\texttt{#1}\index{#1@\texttt{#1}}\index{Class!#1@\texttt{#1}}} +\let\nxLClass\nxLPack \newcommand\Lnotation [1]{\nxLnotation{#1}\xLnotation{#1}} \newcommand\Lmnotation[1]{\nxLnotation{#1}\xLmnotation{#1}} \newcommand\xLnotation[1]{\index{Syntax!#1@\nxLnotation{#1}}\index{#1@\nxLnotation{#1}}} @@ -267,6 +269,7 @@ \index{#1@\texttt{#1}}\index{Keyword!#1@\texttt{#1}} \index{#2@\texttt{#2}}\index{Value!#2@\texttt{#2}}} \newcommand\Larg [1]{{\normalfont\itshape#1\/}} +\newcommand\Larga[1]{$\langle$\Larg{#1}$\rangle$}% angles \newcommand\Largb[1]{\lcb\Larg{#1}\rcb} % curly brace \newcommand\Largs[1]{\lsb\Larg{#1}\rsb} % square brackets \newcommand\Largr[1]{\lrb\Larg{#1}\rrb} % round brackets @@ -383,7 +386,7 @@ \rput[lb](3,7.6){\parbox{15cm}{\sffamily\@date}} \rput[lb](3,-2.6){\parbox[b]{19cm}{\sffamily\RaggedRight \ifx\@docauthor\empty~\else Documentation by\fi\hfill\makebox[7cm][l]{Package author(s):}\\ - \ifx\@docauthor\empty~\else\textbf{\@docauthor}\fi\hfill\makebox[7cm][l]{% + \ifx\@docauthor\empty~\else{\bfseries\tabular[t]{@{}l@{}}\@docauthor\endtabular}\fi\hfill\makebox[7cm][l]{% \bfseries\tabular[t]{@{}l@{}}\@author\endtabular}}} \end{pspicture}% \end{titlepage} |