> The only thing is that the section number does not appear in the header 
> that way. So, assuming it was section A, I had to put in the following:
> 
> \markright{A. SHORT TITLE}

Oh, thank you, i haven't noticed that yet. There is just another "dirty trick" 
from my side (maybe Jean Marc's memoir-class is better advised... ;): 

to include the section name you could write:
\markright{\thesection\ short}  [same with \thechapter]
But before defining the new section the counter for the new section is on the 
old value, it is one to low. So you could add artificially 1 and subtract it 
afterwards: 

\addtocounter{section}{1} \markright{\thesection\ SHORT} 
\addtocounter{section}{-1}
\section{LOOOOOOOOOOOOOOOOOOONG}
\markright{\thesection\ SHORT} 


Best wishes, Marco




-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Reply via email to