I have some section headings occupying two lines and I'm not satisfied with the way XeLaTeX breaks the heading. If I manually add \\ the output looks fine, but I get the following warning:
[hyperref] Token not allowed in a PDF string (PDFDocEncoding): removing `\\'.
My code looks like that:
\section{this is a very long title I \\ want to break manually}
Is there a way to have a line-break there without the warning?
\texorpdfstringwithin the\sectionargument. – Stefan Kottwitz Mar 21 '11 at 20:38