\quote and \quotation generate an unwanted space after the closing quote or quotation mark. To see the problem, try \starttext (\quote{Hello world!}) (\quotation{Hello world!}) \stoptext Is this old news or an artefact of recent changes? Best, Alan
Alan Bowen wrote:
\quote and \quotation generate an unwanted space after the closing quote or quotation mark.
To see the problem, try \starttext (\quote{Hello world!}) (\quotation{Hello world!}) \stoptext
Is this old news or an artefact of recent changes?
It is definately recent because it did not happen in 20060202. There is a missing percent sign in the new core-mis.tex: --- core-mis.tex.orig 2006-02-06 10:20:00.514036364 +0100 +++ core-mis.tex 2006-02-06 10:20:16.690357309 +0100 @@ -595,7 +595,7 @@ \or \prewordbreak %\nobreak \hskip\hspaceamount\currentlanguage{#2}% - \languageparameter#1 + \languageparameter#1% \or \languageparameter#1% \fi Cheers, Taco
Taco Hoekwater wrote:
It is definately recent because it did not happen in 20060202. There is a missing percent sign in the new core-mis.tex:
--- core-mis.tex.orig 2006-02-06 10:20:00.514036364 +0100 +++ core-mis.tex 2006-02-06 10:20:16.690357309 +0100 @@ -595,7 +595,7 @@ \or \prewordbreak %\nobreak \hskip\hspaceamount\currentlanguage{#2}% - \languageparameter#1 + \languageparameter#1% \or \languageparameter#1% \fi
ok, fixed, 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 -----------------------------------------------------------------
Thanks, Taco, Hans. Alan On Feb 6, 2006, at 5:26 AM, Hans Hagen wrote:
Taco Hoekwater wrote:
It is definately recent because it did not happen in 20060202. There is a missing percent sign in the new core-mis.tex:
--- core-mis.tex.orig 2006-02-06 10:20:00.514036364 +0100 +++ core-mis.tex 2006-02-06 10:20:16.690357309 +0100 @@ -595,7 +595,7 @@ \or \prewordbreak %\nobreak \hskip\hspaceamount\currentlanguage{#2}% - \languageparameter#1 + \languageparameter#1% \or \languageparameter#1% \fi
ok, fixed,
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 -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (4)
-
Alan Bowen
-
Alan Bowen
-
Hans Hagen
-
Taco Hoekwater