[OS X TeX] memoir class chapter division

William Adams will.adams at frycomm.com
Fri Aug 3 10:55:26 CEST 2007


On Aug 2, 2007, at 8:34 PM, Nathan Paxton wrote:
(re: making Part look / act like Chapter)
> Do you have any guidance on how to do such? I've done a lot in  
> LaTeX, but I've never done this sort of thing. Any resource you can  
> point me toward? And would this mess up the table of contents (by  
> subsuming the subsequent chapters to the "interludes"?

Basically all you need to do is clone all definitions of \chapter and  
related commands as \part (or \interlude), copying the numbering  
setup / counter from \part --- this would include the ToC-related  
macros. I suggested working off of \part 'cause if memory serves,  
it's already set up to number separately and not re-start \chapter  
numbering.

The Memoir manual is very detailed, and the documented source code is  
_very_ well-explained.

Or just use Kai's suggestion and manually handle the numbering:

\documentclass{memoir}
\begin{document}
\chapter{Intro}
\chapter{Stuff}
\chapter*{Interlude 1}%remember to update number by hand if need be
\chapter{More Stuff}
\chapter*{Interlude 2}%remember to update number by hand if need be
\end{document}

If there aren't a lot of them, that's probably the most expedient  
thing to do.

William


-- 
William Adams
senior graphic designer
Fry Communications



------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/





More information about the macostex-archives mailing list