On 9/24/2015 1:19 PM, Taco Hoekwater wrote:
Hi,

I was writing up my pdf bookmarks article. Two remarks:


1. (for Hans)

   “With a long heading in a huge font, you might want to add linebreaks by 
hand. No problem, just use \\. The bookmark code ignores \\, so the bookmark 
itself won't have a linebreak.”

That is not actually true at the moment. Somehow the \\ got converted into a 
single \, instead of an empty space.

Adding

  \appendtoks
      \let\\\space
  \to \simplifiedcommands

fixed it, but it would be nice if that was corrected inside ConTeXt…

i've added in typo-wrp.mkiv:

\appendtoks
    \let\spac_crlf\space
\to \everysimplifycommands

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to