\setupalign (protrusion and expansion) in notes
Hans, I have the following sample: \definefontfeature [default] [default] [expansion=quality, protrusion=quality] \setupalign [hanging, hz] \starttext \input knuth\footnote{\input knuth} \stoptext Notes don’t inherit by default the \setupalign values. Wouldn’t it make sense that they share the same align values than the main text, unless other values are specified for notes? Many thanks for your help, Pablo -- http://www.ousia.tk
On 7/29/2016 10:32 PM, Pablo Rodriguez wrote:
Hans,
I have the following sample:
\definefontfeature [default] [default] [expansion=quality, protrusion=quality]
\setupalign [hanging, hz]
\starttext \input knuth\footnote{\input knuth} \stoptext
Notes don’t inherit by default the \setupalign values.
Wouldn’t it make sense that they share the same align values than the main text, unless other values are specified for notes?
notes really are a separate stream (and also kind of asynchronous ... what if you change the alignment temporary and a page break occurs in between the same for headers and footers 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 -----------------------------------------------------------------
On 07/30/2016 12:01 AM, Hans Hagen wrote:
On 7/29/2016 10:32 PM, Pablo Rodriguez wrote:
Hans, [...] Notes don’t inherit by default the \setupalign values.
Wouldn’t it make sense that they share the same align values than the main text, unless other values are specified for notes?
notes really are a separate stream (and also kind of asynchronous ... what if you change the alignment temporary and a page break occurs in between
I understand that they have to be a separate stream. Of course, I didn’t mean a partial alignment should be inherited in the notes. I meant the alignment properties for the whole document. I don’t know whether it would make sense to add a key/value pair to \setupalign, such as "notes=inherit". My question is more an open one than a feature request. I don’t know whether it might be useful (because there is a lot about text streams in ConTeXt that I simply don’t know). Many thanks for your help, Pablo -- http://www.ousia.tk
participants (2)
-
Hans Hagen
-
Pablo Rodriguez