[NTG-context] latest ConTeXt and \quote

Hans Hagen pragma at wxs.nl
Wed Aug 30 00:43:24 CEST 2006


Alan Bowen wrote:
> I updated to 2006.08.29 11:11 and find now that \quote{} produces  
> double quotes (� �) rather than single quotes (� �). \quotation{}  
> still has its expected effect.
>
> Is this a bug or has something gone awry with my installation?
>
>   
a missing \else in:

\def\dosetupdelimitedtext[#1][#2][#3]% #2 = optional level
  {\ifthirdargument
     \getparameters[\??ci#1:#2][#3]%
   \else\ifsecondargument
     \getparameters[\??ci#1][#2]%
   \else
     \getparameters[\??ci][#1]%
   \fi\fi}

(introduced when level specific settinsg were added) 

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



More information about the ntg-context mailing list