ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* After rotation, interaction does no longer work
@ 2010-03-15 18:11 berend
  2010-03-15 21:43 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: berend @ 2010-03-15 18:11 UTC (permalink / raw)
  To: NTG-ConTeXt mailing list

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: After rotation, interaction does no longer work
  2010-03-15 18:11 After rotation, interaction does no longer work berend
@ 2010-03-15 21:43 ` Hans Hagen
  2010-03-16 18:13   ` berend
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2010-03-15 21:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: berend

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: After rotation, interaction does no longer work
  2010-03-15 21:43 ` Hans Hagen
@ 2010-03-16 18:13   ` berend
  2010-03-16 18:20     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: berend @ 2010-03-16 18:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


    >> 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.
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: After rotation, interaction does no longer work
  2010-03-16 18:13   ` berend
@ 2010-03-16 18:20     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2010-03-16 18:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: 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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-16 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-15 18:11 After rotation, interaction does no longer work berend
2010-03-15 21:43 ` Hans Hagen
2010-03-16 18:13   ` berend
2010-03-16 18:20     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).