[NTG-context] Footnote markers

2016-03-25 Thread Robert Krug
Greetings, Is there a way to attach a footnote marker to the text following the footnote, rather than to the text preceding? That is, given something like: Some text \footnote{note.} more text. I would get (using an asterisk here, but that is not important): Some text *more text. rather than:

Re: [NTG-context] Length range control of the last line of paragraph

2016-03-25 Thread Jan Tosovsky
On 2016-03-25 Hans Hagen wrote: > On 3/25/2016 2:40 PM, Jan Tosovsky wrote: > > On 2016-03-24 Hans Hagen wrote: > >> On 3/24/2016 8:36 PM, Jan Tosovsky wrote: > >>> > >>> We basically need: > >>> > >>> > >>> and I thought this is exactly what \parfillskip ensures > >>> \parfillskip XX plus (hsize

Re: [NTG-context] Length range control of the last line of paragraph

2016-03-25 Thread Hans Hagen
On 3/25/2016 2:40 PM, Jan Tosovsky wrote: On 2016-03-24 Hans Hagen wrote: On 3/24/2016 8:36 PM, Jan Tosovsky wrote: We basically need: and I thought this is exactly what \parfillskip ensures \parfillskip XX plus (hsize - 3*indent) the fil is taken into account when calculating the best

Re: [NTG-context] Length range control of the last line of paragraph

2016-03-25 Thread Hans Hagen
On 3/25/2016 2:40 PM, Jan Tosovsky wrote: On 2016-03-24 Hans Hagen wrote: On 3/24/2016 8:36 PM, Jan Tosovsky wrote: We basically need: and I thought this is exactly what \parfillskip ensures \parfillskip XX plus (hsize - 3*indent) the fil is taken into account when calculating the best

Re: [NTG-context] Length range control of the last line of paragraph

2016-03-25 Thread Jan Tosovsky
On 2016-03-24 Hans Hagen wrote: > On 3/24/2016 8:36 PM, Jan Tosovsky wrote: > > > > We basically need: > > > > > > and I thought this is exactly what \parfillskip ensures > > \parfillskip XX plus (hsize - 3*indent) > > > > the fil is taken into account when calculating the best break points >