References with or without interaction
Hi everyone, I noticed what seems to be a lack of coherence when typesetting references with interaction enabled. Look at the example below: \setupinteraction[state=start] \starttext See \in{figure}[fig:a]. {\it See \in{figure}[fig:a].} \placefigure [][fig:a] {A caption.} {HELLO} \stoptext When interaction is enabled, the two references are typeset bold and upshape. When it's not, the first one is upshape, the other is italic. This can lead to overfull hbox when turning on interaction, and this is quite unintuitive. Is there a reason why it is so in ConTeXt? Best regards, Morgan
Morgan Brassel wrote:
Hi everyone,
I noticed what seems to be a lack of coherence when typesetting references with interaction enabled. Look at the example below:
\setupinteraction[state=start] \starttext See \in{figure}[fig:a]. {\it See \in{figure}[fig:a].} \placefigure [][fig:a] {A caption.} {HELLO} \stoptext
When interaction is enabled, the two references are typeset bold and upshape. When it's not, the first one is upshape, the other is italic. This can lead to overfull hbox when turning on interaction, and this is quite unintuitive. Is there a reason why it is so in ConTeXt?
\setupinteraction[style=] ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Sun, 6 Apr 2008, Hans Hagen wrote:
Morgan Brassel wrote:
Hi everyone,
I noticed what seems to be a lack of coherence when typesetting references with interaction enabled. Look at the example below:
\setupinteraction[state=start] \starttext See \in{figure}[fig:a]. {\it See \in{figure}[fig:a].} \placefigure [][fig:a] {A caption.} {HELLO} \stoptext
When interaction is enabled, the two references are typeset bold and upshape. When it's not, the first one is upshape, the other is italic. This can lead to overfull hbox when turning on interaction, and this is quite unintuitive. Is there a reason why it is so in ConTeXt?
\setupinteraction[style=]
Thank you Hans, and sorry for my post: I should have looked more carefully in texshow... Best regards, Morgan
participants (2)
-
Hans Hagen
-
Morgan Brassel