Hi all, There had been a thread about it in august, but it seems part of the problem is still there: words or sentences appearing in interaction are split: here is a minimal example: .......................... \setupinteraction [state=start] \starttext L'un de ces documents \useURL[bb][http://junon.univ-cezanne.fr/bornier/BBMon/bbmm.html][][The Nature of Boehm-Bawerk's Capital Market]\from[bb]\footnote{http://junon.univ-cezanne.fr/bornier/BBMon/bbmm.html} a été présenté en 2004 æ€ûœ \stoptext .......................... Same problem with bibliographical references when interaction is activated. (Minimal version from minimals.contextgarden.net, up to date from yesterday.) -- Jean
Jean Magnan de Bornier wrote:
Hi all, There had been a thread about it in august, but it seems part of the problem is still there: words or sentences appearing in interaction are split: here is a minimal example:
This is caused by the macro \processisolatedwords that is not updated for MkIV yet. An extra \language=-1 is needed to fix this: \def\processisolatedwords#1#2% {\bgroup \fakecompoundhyphen \dontcomplain \forgetall \nopenalties \ifcase\isolatedwordsmode \def\processisolatedwords##1##2{##2{##1}}% we split only once \fi \global\let\localbetweenisolatedwords\betweenisolatedwords \setbox0\normalhbox {\language=-1 % needed for MkIV \ignorespaces#1% \global\isolatedlastskip\lastskip}% ..... Best wishes, Taco
Le 07 avril à 14:25:51 Taco Hoekwater
| This is caused by the macro \processisolatedwords that is not updated | for MkIV yet. An extra \language=-1 is needed to fix this:
| \def\processisolatedwords#1#2% | {\bgroup | \fakecompoundhyphen | \dontcomplain | \forgetall | \nopenalties | \ifcase\isolatedwordsmode | \def\processisolatedwords##1##2{##2{##1}}% we split only once | \fi | \global\let\localbetweenisolatedwords\betweenisolatedwords | \setbox0\normalhbox | {\language=-1 % needed for MkIV | \ignorespaces#1% | \global\isolatedlastskip\lastskip}% | .....
| Best wishes, [...] Thanks, is there a way I can fix it on my machine (I don't know where this macro is!) ? -- Jean
Jean Magnan de Bornier wrote:
Thanks, is there a way I can fix it on my machine (I don't know where this macro is!) ?
It is in supp-box.tex, around line 1600. You only have to alter ( add the \language=-1 command) the line I marked with "needed for mkiv", everything else can stay as it is. Don't forget to remake the format(s)! Best wishes, Taco
Le 08 avril à 13:39:31 Taco Hoekwater
| It is in supp-box.tex, around line 1600. You only have to alter ( | add the \language=-1 command) the line I marked with "needed for mkiv", | everything else can stay as it is.
| Don't forget to remake the format(s)!
| Best wishes, [...] Thanks, it solves the problem (of course!) -- Jean
participants (2)
-
Jean Magnan de Bornier
-
Taco Hoekwater