After doing a mass substitution of a certain heading I had had in my document for \section{}, my document stopped compiling. It took me longer than I'd care to admit to figure out what caused it. What it seems to be is that a display \[ \] in a section heading makes it too irate to compile. Is there a good way around this?
My way is just to end the \section{}, insert the \[ \], and resume with a \section*{} afterward, but this seems like it can't be the best way.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Use
|
||||
|
|
|
Display math environments create a new paragraph, and that obviously won't work inside a header. Instead, you can use I don't really know why
(This uses |
|||
|
|
\section{}environment also doesn't seem to accept\overset{f}{\to}'' or\varinjlim''... – jdc Jan 8 '11 at 2:35