Re: [NTG-context] missing space with French quotation

2022-09-22 Thread Peter Münster via ntg-context
On Thu, Sep 22 2022, Jean-Pierre Delange via ntg-context wrote:

> But why use \startquotation when \quotation{something} does the job
> just fine?

It's not the same:

\starttext
bla \quotation{quotation} bla
\blank[big]
bla
\startquotation
  quotation
\stopquotation
bla
\stoptext


> I use the command \startnarrower and \stopnarrower.

It's not the same:

\starttext
\startquotation
  quotation\\quotation
\stopquotation
\startnarrower
  \quotation{quotation\\quotation}
\stopnarrower
\stoptext

-- 
   Peter
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] missing space with French quotation

2022-09-22 Thread Jean-Pierre Delange via ntg-context

Hi Peter,

I know that's not the expected answer and I'm sorry about that. But why 
use \startquotation when \quotation{something} does the job just fine?


I've looked to replicate your MWE and for my part, there's just a space 
missing at the end of the quote before the last quote (but I'm working 
with an older version of CTX). To get the quote indented, instead of 
\startquotation, I use the command \startnarrower and \stopnarrower.


What about something like this :

\mainlanguage[fr] \setcharacterspacing[frenchpunctuation]

\starttext bla \quotation{Que d'hommes entre Dieu et moi !} bla\\ bla 
«OK» bla


\startnarrower

\quotation{\tfx{On cherche à mieux cerner les effets des commandes de 
\ConTeXt sur les citations et les espaces entre les guillemets}}


\stopnarrower

\stoptext


Sorry if my answer is not very helpful !

JP




Le 21/09/2022 à 18:12, Peter Münster via ntg-context a écrit :

Hi,

With the latest ConTeXt version, there is a missing space:

\mainlanguage[fr]
\setcharacterspacing[frenchpunctuation]
\starttext
bla \quotation{OK} bla\\
bla «OK» bla
\startquotation
   Here is missing space
\stopquotation
\stoptext

How could I get back the space before "»" please?

TIA for any help,


--
Jean-Pierre Delange
Agrégé de philosophie
Ancients
"Few discoveries are more irritating than those which expose the pedigree of 
ideas" - Lord Acton
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] missing space with French quotation

2022-09-21 Thread Peter Münster via ntg-context
Hi,

With the latest ConTeXt version, there is a missing space:

\mainlanguage[fr]
\setcharacterspacing[frenchpunctuation]
\starttext
bla \quotation{OK} bla\\
bla «OK» bla
\startquotation
  Here is missing space
\stopquotation
\stoptext

How could I get back the space before "»" please?

TIA for any help,
-- 
   Peter
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___