Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel

Thank you Wolfgang for the quick diagnosis and Hans for the fast turnaround.

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

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


Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Wolfgang Schuster

Hans Hagen schrieb am 24.06.2021 um 23:47:

On 6/24/2021 10:00 PM, Rik Kabel wrote:
I get no quotation marks at all (and no protrusion) with 
\quotation{text} using \setupquotation[method=font]. This seems to 
have started earlier this month, but for the record, I am using 
ConTeXt  ver: 2021.06.24 19:19 LMTX.


Wolfgang's example from a related thread earlier this month 
(https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) 
should have quotation marks and protrusion for the third line, 
matching the second line.


    \definefontfeature
   [default]
   [default]
   [protrusion=quality,expansion=quality]

    \setupquotation
   [method=font]

    \setupalign[hz,hanging]

    \starttext

    oh hi there

    “you are so”

    \quotation{you are so}

    here here

    \stoptext

Similarly with \setupquote. Help, please!

Let's see what Wolfgang says ...


The change on line 855 and 865 in typo-del.mkxl from \currentparentXXX 
to \currentXXXparent is wrong.


\def\typo_delimited_fontdriven_e
  {\typo_delimited_stop_content
 % \usedlanguageparameter{\c!right\currentparentdelimitedtext}% was: 
\currentdelimitedtext

   \usedlanguageparameter{\c!right\currentdelimitedtextparent}%
   \dostoptagged
   \typo_delimited_pop
   \endgroup}

Wolfgang

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

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


Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Hans Hagen

On 6/24/2021 10:00 PM, Rik Kabel wrote:
I get no quotation marks at all (and no protrusion) with 
\quotation{text} using \setupquotation[method=font]. This seems to have 
started earlier this month, but for the record, I am using ConTeXt  ver: 
2021.06.24 19:19 LMTX.


Wolfgang's example from a related thread earlier this month 
(https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) should 
have quotation marks and protrusion for the third line, matching the 
second line.


\definefontfeature
   [default]
   [default]
   [protrusion=quality,expansion=quality]

\setupquotation
   [method=font]

\setupalign[hz,hanging]

\starttext

oh hi there

“you are so”

\quotation{you are so}

here here

\stoptext

Similarly with \setupquote. Help, please!

Let's see what Wolfgang says ...

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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


[NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
I get no quotation marks at all (and no protrusion) with 
\quotation{text} using \setupquotation[method=font]. This seems to have 
started earlier this month, but for the record, I am using ConTeXt  ver: 
2021.06.24 19:19 LMTX.


Wolfgang's example from a related thread earlier this month 
(https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) should 
have quotation marks and protrusion for the third line, matching the 
second line.


   \definefontfeature
  [default]
  [default]
  [protrusion=quality,expansion=quality]

   \setupquotation
  [method=font]

   \setupalign[hz,hanging]

   \starttext

   oh hi there

   “you are so”

   \quotation{you are so}

   here here

   \stoptext

Similarly with \setupquote. Help, please!

--
Rik

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

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


[NTG-context] \setupquotation [indenting=no] error

2014-06-06 Thread Alan BRASLAU
Minimal example:

\setupquotation [indenting=no] % Undefined \p_indenting error
\starttext
Knuth:
\startquotation
\input knuth
\stopquotation
Ward:
\startquotation
\input ward
\stopquotation
\stoptext

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] setupquotation and setupquote

2013-03-24 Thread Alan BRASLAU
Hello,

quotation is linked to quote. Indeed, we have in typo-del.mkiv

\definedelimitedtext
  [\v!quote][\v!quotation]


However, when the user then changes options using \setupquotation,
\startquote\stopquote also gets modified. In the minimal example below,
it is necessary to uncomment \setupquote in order to restore normal
quote text. I believe that this to be a bug (and not a feature).


\setupquotation [style=slanted]
%\setupquote [style=normal]

\starttext

Tufte:
\startquotation
\input tufte
\stopquotation

Ward:
\startquote
\input ward
\stopquote

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \setupquotation

2010-11-04 Thread Herbert Voss
- Can I get the first line of the same length as the lower one?
- \setupquote[style=bold] works, bit I thougth that
  \setupquote[style=normal] would set the text in upright??
- I do not understand the meaning of the optional argument
  location = TEXT margin for \setupquotation.

\starttext

\setupquotation[style=slanted,before=\hairline,after=\hairline]
\setupquote[style=bold]
Eine Zeile vor dem Zitat, die
keinen weiteren Sinn hat.\par
\startquotation
Der eine wartet, dass die Zeit
sich wandelt, der andere packt sie
kräftig an und handelt. Und sagt
\quote{So muss es sein}.
\stopquotation

\stoptext

\starttext


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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \setupquotation affecting \quote

2009-10-09 Thread Matthijs Kooijman
Hi,

I've been trying to use \setupquotation, but it seems it doesn't just affect
\quotation, but also \quote. In particular, setting style to tfb enlarges the
font used by \quote and somehow removes the quotes from around it.

Seeing that there is also a \setupquote, and from looking at the code, I think
this is not supposed to happen. This happens with MkII as well as MkIV, it
seems.

The following example shows the problem:

  \starttext
  \quote{Foo}
  \setupquotation[style=tfb]
  \quote{Bar}
  \stoptext


Gr.

Matthijs


signature.asc
Description: Digital signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___