Ok so I have a long section heading that has two lines, however I do not like the words being broken with a hyphen, so I inserted a line break to make it look nicer on the eye. Anyway it works fine when compiling except for the ToC, where there is not no space between the word before the line break and the word after the line break. Can anyone help to rectify this, so that ToC look ok.
What I have done
Code: Select all
\subsection{This is the first line of the heading \\ and this is the second}
When compiled looks like this
Code: Select all
This is the first line of the heading
and this is the second
However TOC looks like this
Code: Select all
This is the first line of the headingand this is the second
any
