Heading with linebreaks in pdf bookmarks: linebreak sign stays
Hi, as soon I have a linebreak inside a heading via \\ I get this \\ also in the text of that heading in the pdf-bookmarks: \setupinteraction[state=start] \placebookmarks[chapter,section,subsection][chapter,section] \starttext \completecontent[criterium=all] \chapter{A very,\\very long long title} \chapter{A very, very long long title} \stoptext What did I forgot to get rid of the linebreak sign in the pdf bookmarks?
On 7/17/11 4:51 PM, Peter Schorsch wrote:
Hi,
as soon I have a linebreak inside a heading via \\ I get this \\ also in the text of that heading in the pdf-bookmarks:
\setupinteraction[state=start] \placebookmarks[chapter,section,subsection][chapter,section]
\starttext \completecontent[criterium=all] \chapter{A very,\\very long long title} \chapter{A very, very long long title} \stoptext
What did I forgot to get rid of the linebreak sign in the pdf bookmarks?
\startchapter[title={A very,\\very long long title},bookmark={A very, very long long title}] Bla \stopchapter HTH Thomas
Am 17.07.2011 um 16:51 schrieb Peter Schorsch:
Hi,
as soon I have a linebreak inside a heading via \\ I get this \\ also in the text of that heading in the pdf-bookmarks:
\setupinteraction[state=start] \placebookmarks[chapter,section,subsection][chapter,section]
\starttext \completecontent[criterium=all] \chapter{A very,\\very long long title} \chapter{A very, very long long title} \stoptext
What did I forgot to get rid of the linebreak sign in the pdf bookmarks?
Use \startchapter as Thomas suggests or add \appendtoks\def\\{ }\to \simplifiedcommands to the begin of your document. Wolfgang
participants (3)
-
Peter Schorsch
-
Thomas A. Schmitz
-
Wolfgang Schuster