[OS X TeX] Text on \part page

William Adams will.adams at frycomm.com
Thu May 26 20:51:18 CEST 2011


On May 26, 2011, at 12:18 PM, Alain Schremmer wrote:

> I would like to put a small text on the page where \part{xxxx} is typeset. (The text appears on the next odd page and I just want to save a tree).

Which documentclass are you using? Book?

book.cls has:

\def\@endpart{\vfil\newpage
              \if at twoside
                \null
                \thispagestyle{empty}%
                \newpage
              \fi
              \if at tempswa
                \twocolumn
              \fi}

So change the definition to something like:

\makeatletter
\renewcommnd\@endpart{\vfil
              \if at twoside
                \null
                \thispagestyle{empty}%
                \newpage
              \fi
              \if at tempswa
                \twocolumn
              \fi}
\makeatother


William

-- 
William Adams
senior graphic designer
Fry Communications
Sphinx of black quartz, judge my vow.




More information about the macostex-archives mailing list