Search found 2 matches

by Lehrer
Sun Sep 21, 2008 8:57 am
Forum: General
Topic: Running head at the last page is that of next chapter!
Replies: 1
Views: 1751

Running head at the last page is that of next chapter!

Hello,
I have a large document broken down into separate chapters. In each chapter, I have the following line as running head at top margin:
\markboth{Chapter k}{Abc 123}
where k = 1, 2, 3, etc is the chapter number.
Then I combine all chapters as follows:
\begin{document}
\input chapter1.tex
\input ...
by Lehrer
Thu Sep 18, 2008 7:57 am
Forum: General
Topic: Right aligning description list labels
Replies: 3
Views: 5322

Right aligning description list labels

Hello,
I have to typeset a solution manual using a description list. The labels are of variable length -- "Q1." to "Q30." (that is 3 to 4 characters). By default, the description lists are left aligned so that "Q9." when followed by "Q10." aligns the Q's at left margin. Is there a simple way to ...