[OS X TeX] Book class

Ross Moore ross at maths.mq.edu.au
Wed Aug 4 02:19:30 EDT 2004


On 04/08/2004, at 12:43 PM, Kannan Moudgalya wrote:

>> Easiest is to try
>>
>>      \let\cleardoublepage\clearpage
>>
>> Place this after the front-matter, or earlier,
>> after you have finished with any desirable uses
>> of  \cleardoublepage .
>

> On the other hand redefining cleardoublepage may be a good option if 
> this
> change is to be implemented only locally and not for the entire 
> document.
> Is it possible to undo this assignment?

Of course.

Start with something like:

      \let\reallatexcleardoublepage\cleardoublepage
      \let\cleardoublepage\clearpage


then reset the value of the pointer using:

      \let\cleardoublepage\reallatexcleardoublepage


Since \let  uses immediate assignment to the *value*
of a pointer (rather than \def which uses deferred
assignment), then this kind of use of \let is
quite straight-forward, and extremely flexible.


Any LaTeX package will just be a wrapper for
this kind of low-level TeX coding.



Hope this helps,

	Ross




> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>            & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
>
>
>
>
------------------------------------------------------------------------
Ross Moore                                         ross at maths.mq.edu.au
Mathematics Department                             office: E7A-419
Macquarie University                               tel: +61 +2 9850 8955
Sydney, Australia                                  fax: +61 +2 9850 8114
------------------------------------------------------------------------

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the MacOSX-TeX mailing list