开发者

Breaking long section titles in table of contents

开发者 https://www.devze.com 2022-12-30 06:20 出处:网络
Is it possible to t开发者_JS百科une LaTeX to break automatically long (sub-) section titles in the table of contents?You can manually set the title that appears in the TOC like this:

Is it possible to t开发者_JS百科une LaTeX to break automatically long (sub-) section titles in the table of contents?


You can manually set the title that appears in the TOC like this:

\section[Lorem ipsum]{Lorem ipsum dolor sit amet}

That way the "long title" appears on the section itself, and the "short title" appears in the TOC. I haven't tried it, but it might be possible to use the same number of words in the square brackets but insert manual line-breaks with \\.

0

精彩评论

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