[NTG-context] Heading with linebreaks in pdf bookmarks: linebreak sign stays

2011-07-17 Thread 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?
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Heading with linebreaks in pdf bookmarks: linebreak sign stays

2011-07-17 Thread Thomas A. Schmitz

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Heading with linebreaks in pdf bookmarks: linebreak sign stays

2011-07-17 Thread Wolfgang Schuster

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___