ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* extra space after \quote, \quotation
@ 2006-02-05 13:38 Alan Bowen
  2006-02-06  9:22 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Bowen @ 2006-02-05 13:38 UTC (permalink / raw)


\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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: extra space after \quote, \quotation
  2006-02-05 13:38 extra space after \quote, \quotation Alan Bowen
@ 2006-02-06  9:22 ` Taco Hoekwater
  2006-02-06 10:26   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2006-02-06  9:22 UTC (permalink / raw)




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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: extra space after \quote, \quotation
  2006-02-06  9:22 ` Taco Hoekwater
@ 2006-02-06 10:26   ` Hans Hagen
  2006-02-06 11:26     ` Alan Bowen
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2006-02-06 10:26 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: extra space after \quote, \quotation
  2006-02-06 10:26   ` Hans Hagen
@ 2006-02-06 11:26     ` Alan Bowen
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Bowen @ 2006-02-06 11:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-06 11:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-05 13:38 extra space after \quote, \quotation Alan Bowen
2006-02-06  9:22 ` Taco Hoekwater
2006-02-06 10:26   ` Hans Hagen
2006-02-06 11:26     ` Alan Bowen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).