After rotation, interaction does no longer work
Hi All, I've a document that is typeset in A5, and then arranged with 2SIDE. Interaction is enabled. Everything works, I can click on registers and table of contents to jump to the particular piece. However, if I add "rotated": \setuparranging [2SIDE,rotated] interaction appears to be disabled. Can this be enabled again? The following test document demonstrates the effect. The links in the table of content are still blue, not no longer clickable. Remove rotated, and it works: -------------------------------------------------- % interface=en \setuppapersize [A5][A4] \setuparranging [2SIDE,rotated] \setupinteraction [state=start, color=blue] \setupcolors [state=start] \starttext \subject{Table of contents} \placecontent[1] \chapter{Hello} World. \chapter{More} Text. \stoptext -------------------------------------------------- Process with "texexec --arrange" -- Thanks, Berend de Boer
On 15-3-2010 19:11, berend@pobox.com wrote:
Hi All,
I've a document that is typeset in A5, and then arranged with 2SIDE. Interaction is enabled. Everything works, I can click on registers and table of contents to jump to the particular piece.
However, if I add "rotated":
\setuparranging [2SIDE,rotated]
interaction appears to be disabled. Can this be enabled again?
run with --arrange
The following test document demonstrates the effect. The links in the table of content are still blue, not no longer clickable. Remove rotated, and it works:
-------------------------------------------------- % interface=en
\setuppapersize [A5][A4]
\setuparranging [2SIDE,rotated]
\setupinteraction [state=start, color=blue]
\setupcolors [state=start]
\starttext
\subject{Table of contents}
\placecontent[1]
\chapter{Hello}
World.
\chapter{More}
Text.
\stoptext --------------------------------------------------
Process with "texexec --arrange"
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
>> I've a document that is typeset in A5, and then arranged with >> 2SIDE. Interaction is enabled. Everything works, I can click on >> registers and table of contents to jump to the particular >> piece. >> >> However, if I add "rotated": >> >> \setuparranging [2SIDE,rotated] >> >> interaction appears to be disabled. Can this be enabled again? Hans> run with --arrange As you see below, that's what I did. Without --arrange there wouldn't even be a table of contents. All the best, Berend.
On 16-3-2010 19:13, berend@pobox.com wrote:
>> I've a document that is typeset in A5, and then arranged with >> 2SIDE. Interaction is enabled. Everything works, I can click on >> registers and table of contents to jump to the particular >> piece. >> >> However, if I add "rotated": >> >> \setuparranging [2SIDE,rotated] >> >> interaction appears to be disabled. Can this be enabled again?
Hans> run with --arrange
As you see below, that's what I did. Without --arrange there wouldn't even be a table of contents.
annotations etc will get messed by the rotation and scaling so no interaction in such documents, at least not now Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
berend@pobox.com
-
Hans Hagen