Well, I have this simple issue (or at least, I think it is) that i have not figured it out how to solve.
For my convenience, I need a line break the title of one chapter,i.e., I have something like
\chapter{line 1 \\ line 2}
. However, this is how is going to render in the table of contents
Code: Select all
line 1
line 2 ........... xx
Thx