diff options
Diffstat (limited to 'graphics/pstricks/base/doc/pst-doc.cls')
-rw-r--r-- | graphics/pstricks/base/doc/pst-doc.cls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstricks/base/doc/pst-doc.cls b/graphics/pstricks/base/doc/pst-doc.cls index befda92d6a..642eb9f1c7 100644 --- a/graphics/pstricks/base/doc/pst-doc.cls +++ b/graphics/pstricks/base/doc/pst-doc.cls @@ -454,8 +454,8 @@ xleftmargin=0pt,xrightmargin=0pt, \def\settitle{% \thispagestyle{empty}% - \newgeometry{lmargin=1cm,rmargin=1cm,bmargin=1cm,includeheadfoot} \begin{titlepage} + \newgeometry{lmargin=1cm,rmargin=1cm,bmargin=1cm,includeheadfoot} \ifpdf \AddToShipoutPicture*{\includegraphics{pst-doc.pdf}} \vspace*{0.3\textheight} @@ -507,6 +507,7 @@ xleftmargin=0pt,xrightmargin=0pt, \global\let\author\relax% \global\let\date\relax% \global\let\and\relax% + \restoregeometry } \newdimen\fullWidth |