Hi, For a change, I have a question of my own. Consider this file: \setupinteraction[state=start] \useURL [myurl] [http://hosting.elvenkind.com/cgi-bin/action=list] [] [\hyphenatedurl{http://hosting.elvenkind.com/cgi-bin/action=list}] \starttext See \from[myurl]\par See \url[myurl]\par \stoptext I would like to use the \from because that is more consistent with the rest of my document, but in mkii \from (or more precisely: \processisolatedwords) puts in spaces after each breakpoint. Does anybody know how to get rid of these? (no issue in mkiv, but this is an older setup where mkii is required). Best wishes, Taco
Am 23.03.2011 um 14:13 schrieb Taco Hoekwater:
Hi,
For a change, I have a question of my own. Consider this file:
\setupinteraction[state=start] \useURL [myurl] [http://hosting.elvenkind.com/cgi-bin/action=list] [] [\hyphenatedurl{http://hosting.elvenkind.com/cgi-bin/action=list}]
\starttext See \from[myurl]\par See \url[myurl]\par \stoptext
I would like to use the \from because that is more consistent with the rest of my document, but in mkii \from (or more precisely: \processisolatedwords) puts in spaces after each breakpoint. Does anybody know how to get rid of these? (no issue in mkiv, but this is an older setup where mkii is required).
\setupinteraction[split=no] Wolfgang
participants (2)
-
Taco Hoekwater
-
Wolfgang Schuster