Re: [NTG-context] line correction

2017-09-29 Thread Hans Hagen
On 9/29/2017 12:35 AM, mf wrote: Thank you Henri, a slightly modified version of your solution works! This is what I wanted to achieve: \setuplayout[grid=both] \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation  

Re: [NTG-context] line correction

2017-09-29 Thread Hans Hagen
On 9/28/2017 11:47 PM, luigi scarso wrote: On Thu, Sep 28, 2017 at 11:30 PM, mf wrote: Thank you Henri. Now consider this: --- \setuplayout[grid=both] \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth

Re: [NTG-context] line correction

2017-09-28 Thread Rik Kabel
Massi and list, There is one issue with \startlinecorrection  of which you should be aware. The text is set in a vbox. If the block quotation it encloses (or whatever text it encloses) does not fit on the current page, a page break will be generated. This makes it useless with quotes near the

Re: [NTG-context] line correction

2017-09-28 Thread mf
Thank you Henri, a slightly modified version of your solution works! This is what I wanted to achieve: \setuplayout[grid=both] \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation   \input sapolsky \stopquotation

Re: [NTG-context] line correction

2017-09-28 Thread Henri
On Thu, 2017-09-28 at 23:30 +0200, mf wrote: > Thank you Henri. > > Now consider this: > --- > \setuplayout[grid=both] > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > > \startlinecorrection[halfline] > \startquotation

Re: [NTG-context] line correction

2017-09-28 Thread Henri
On Thu, 2017-09-28 at 23:30 +0200, mf wrote: > Thank you Henri. > > Now consider this: > --- > \setuplayout[grid=both] > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > > \startlinecorrection[halfline] > \startquotation

Re: [NTG-context] line correction

2017-09-28 Thread luigi scarso
On Thu, Sep 28, 2017 at 11:30 PM, mf wrote: > Thank you Henri. > > Now consider this: > --- > \setuplayout[grid=both] > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > >

Re: [NTG-context] line correction

2017-09-28 Thread mf
Thank you Henri. Now consider this: --- \setuplayout[grid=both] \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation   \input sapolsky \stopquotation \stoplinecorrection \input knuth

Re: [NTG-context] line correction

2017-09-28 Thread Henri
On Thu, 2017-09-28 at 16:21 +0200, MF wrote: > Hello list,  > I would like ConTeXt to snap normal text to grid after a quotation. > This example does not work: > > -- > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > >

[NTG-context] line correction

2017-09-28 Thread MF
Hello list, I would like ConTeXt to snap normal text to grid after a quotation. This example does not work: -- \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation \input sapolsky \stopquotation

[NTG-context] line correction and section marking

2010-10-27 Thread Philipp Gesang
Hi all, line corrected headings seem to lose their marking. ···8 \showgrid \setuppagenumbering[state=start,alternative=doublesided,location=] \setuplayout[grid=yes] \setupheadertexts [{\tfx\sc\getmarking[section]}]

Re: [NTG-context] line correction and section marking

2010-10-27 Thread Wolfgang Schuster
Am 27.10.2010 um 12:05 schrieb Philipp Gesang: Hi all, line corrected headings seem to lose their marking. Headers have a grid key, use this and not linecorrection, e.g. \setuphead[chapter][grid=line] Wolfgang