开发者

problem with subsubsection title

Suddenly in my document all definitions of \subsubsection*{Title Text} stopped working properly. The subsubsection number is displayed in the generated PDF and the title of the subsubsection is "*" (only the asterisk). The actual title text is displayed at the beginning of the first para开发者_如何转开发graph.

Excact code: \subsubsection*{Failure Semantics}

I'm not sure what happened. I only remember fixing some broken references...

Cleaning the output folder didn't help. Any ideas?

Thanks in advance.

bja


check http://latex.silmaril.ie/formattinginformation/chapter3.html#sections

only add at the start of your chapter .tex \setcounter{secnumdepth}{3}


add in the preamble

\setcounter{secnumdepth}{3}

to include subsubsections in the table of contents you will have to add also the line

\setcounter{tocdepth}{3}


Allright, solved thx to svn diff. :)

The bad line was \usepackage{amsmath}! Weird.

I'll just have to use array instead of pmatrix then. :/

Thanks all.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜