/[ddp]/manuals/trunk/refcard/refcard.sty
ViewVC logotype

Diff of /manuals/trunk/refcard/refcard.sty

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5308 by debacle, Wed Aug 6 02:54:16 2008 UTC revision 5352 by debacle, Mon Aug 25 21:01:05 2008 UTC
# Line 48  Line 48 
48    \oddsidemargin=-20mm    \oddsidemargin=-20mm
49  }  }
50    
51    % unfortunately this gotopage does conflict with minipage etc.
52  \newcounter{cnt}  \newcounter{cnt}
53  \def\newPage{%  \def\newPage{%
54    \ifnum\value{page}<\value{cnt}\relax    \ifnum\value{page}<\value{cnt}\relax
# Line 61  Line 62 
62    \newPage\vfill    \newPage\vfill
63  }  }
64    
65    % so we use an ugly workaround
66    \newcommand{\newpages}[1]{%
67      \setcounter{cnt}{0}
68      \whiledo{\value{cnt}<#1}{%
69        \stepcounter{cnt}
70        \newpage
71      }
72    }
73    
74  \renewenvironment{quote}{\parskip=0pt}{\vspace{1em}}  \renewenvironment{quote}{\parskip=0pt}{\vspace{1em}}

Legend:
Removed from v.5308  
changed lines
  Added in v.5352

  ViewVC Help
Powered by ViewVC 1.1.5