Hello, how could I get hyphenated interaction texts? Example with overfull \hbox: \setupinteraction[state=start] \definereferenceformat[inFig][text=Abbildung] \starttext \placefigure[][fig1]{bla}{bla} \dorecurse{58}x, siehe \inFig[fig1]. \stoptext Thanks in advance for any help! Cheers, Peter -- http://pmrb.free.fr/contact/
Taco Hoekwater wrote:
Peter M�nster wrote:
Hello, how could I get hyphenated interaction texts?
It seems you can't. \goto inserts an explicit \hbox.
indeed, interactivity is generic in the sense that it is not bound to the way pdftex deals with it. \goto{some piece of text} is spilt up in four parts, and each part gets a properly bounded clickable area. When a snippet is too small, context will enlarge the areas to a comfortable width and the height and depth are made consistent with the current line height and depth; one can use nested hyperlinks, etc. The core of these mechanisms date from before pdftex (yandy's dviwindo had hyperlink features), after that it was a matter of hours to get hyperlink support in acrobat (i guess that context was one of the first systems to support that at many levels), and pdftex came after that. In the meantims there is (driver dependent) hyperlink optimzation, chaining of actions etc. maybe some day i'll make a variant for 'hyphenatable text using the pdftex split feature' but only as a special feature then, with a limited application; i hate to see ugly and inconsistent interactive docs around; context tries to provide a consistent look and feel ----------------------------------------------------------------- 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 Mon, 20 Feb 2006, Hans Hagen wrote:
maybe some day i'll make a variant for 'hyphenatable text using the pdftex split feature' but only as a special feature then, with a limited application; i hate to see ugly and inconsistent interactive docs around; context tries to provide a consistent look and feel
Hello Hans, thanks for you explanations and your fast response! Should I add a collector item for this? Cheers, Peter -- http://pmrb.free.fr/contact/
� wrote:
On Mon, 20 Feb 2006, Hans Hagen wrote:
maybe some day i'll make a variant for 'hyphenatable text using the pdftex split feature' but only as a special feature then, with a limited application; i hate to see ugly and inconsistent interactive docs around; context tries to provide a consistent look and feel
Hello Hans, thanks for you explanations and your fast response! Should I add a collector item for this?
a low priority wish is ok 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 (3)
-
Hans Hagen
-
Peter Münster
-
Taco Hoekwater