On Wednesday 18 September 2002 08:58 am, Dekel Tsur wrote:
> On Wed, Sep 18, 2002 at 11:55:37AM +0200, Jean-Pierre.Chretien wrote:
> > >>However, when I use the standard LyX Table of Contents and List of
> > >> Figure commands, the headers CONTENTS and LIST OF FIGURES appear. I
> > >> would like to remove these headers (I have to conform to my
> > >> university's thesis preparation guidelines).
> >
> > To get empty headers. you may replace the {\textsc{\contentsname}}
> > and {\textsc{\listfigurename}} by {}.
>
> A shorter solution:
>
> \let\oldtableofcontents=\tableofcontents
> \def\tableofcontents{{\let\@mkboth=\@gobbletwo\oldtableofcontents}}
> \let\oldlistoffigures=\listoffigures
> \def\listoffigures{{\let\@mkboth=\@gobbletwo\oldlistoffigures}}
Dekel,
Where have you learned commands like mkboth and gobbletwo? I've been all
through the latex2e.dvi and lshort.dvi, but I never saw these commands.
Thanks
Steve
--
_____________________________________________________________
Steve Litt
Author:
* Universal Troubleshooting Process courseware
* Troubleshooting Techniques of the Successful Technologist
* Rapid Learning: Secret Weapon of the Successful Technologist
http://www.troubleshooters.com
Troubleshooters.Com Webmaster
(Legal Disclaimer) Follow these suggestions at your own risk.
-------------------------------------------------------------