On 3/13/2014 6:12 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\setuppapersize[A6]
\setupnote[footnote][split=strict]
\starttext
\section[bspaces]{Blank spaces}
\section[paragraph]{Paragraphs}
\dorecurse{11}{This is a sentence.\par}
This is already explained in sections
Dear list,
I have the following sample:
\setuppapersize[A6]
\setupnote[footnote][split=strict]
\starttext
\section[bspaces]{Blank spaces}
\section[paragraph]{Paragraphs}
\dorecurse{11}{This is a sentence.\par}
This is already explained in sections
\about[bspaces] y \about[paragraph
Dear list,
I have just accidentally noted that \about disables the option
[split=strict] in \setupnote.
Here is a sample:
\mainlanguage[es]
\setuppapersize[A6]
\setupnote[footnote][split=strict]
\starttext
\section[espacios]{Espacios}
\section[parrafos]{Párrafos}
\dorecurse{5}{Esta es una
On 4/15/2013 4:30 PM, Marco Patzer wrote:
On 2013–04–15 Hans Hagen wrote:
@Hans: The module documentation fails to build for this module.
mtxrun --script modules --process $(mtxrun core-sys.mkiv)
mtxrun --script modules --process auto:core-sys.mkiv
Thanks, I didn't know that one.
weir
On 2013–04–15 Hans Hagen wrote:
> >@Hans: The module documentation fails to build for this module.
> >
> > mtxrun --script modules --process $(mtxrun core-sys.mkiv)
>
> mtxrun --script modules --process auto:core-sys.mkiv
Thanks, I didn't know that one.
> weird ... works here
Sorry, copy-pas
Am 15.04.2013 um 16:11 schrieb Hans Hagen :
> On 4/15/2013 1:52 PM, Marco Patzer wrote:
>> On 2013–04–15 Tim Li wrote:
>>
>>> Could you tell me what's the options of these two commands that
>>> haven't been updated on the wiki?
>>
>> The file strc-not.mkvi is quite well documented.
>>
>> @Hans
On 4/15/2013 1:52 PM, Marco Patzer wrote:
On 2013–04–15 Tim Li wrote:
Could you tell me what's the options of these two commands that
haven't been updated on the wiki?
The file strc-not.mkvi is quite well documented.
@Hans: The module documentation fails to build for this module.
mtxrun
thanks for your help.
From: schuster.wolfg...@gmail.com
Date: Mon, 15 Apr 2013 15:01:54 +0200
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] options of \setupnotation and \setupnote
Am 15.04.2013 um 13:17 schrieb Tim Li :Could you tell me
what's the options of these two commands
Am 15.04.2013 um 13:17 schrieb Tim Li :
> Could you tell me what's the options of these two commands that haven't been
> updated on the wiki?
http://www.ntg.nl/pipermail/ntg-context/2013/072165.html
Wolfgang
___
I
On 2013–04–15 Tim Li wrote:
> Could you tell me what's the options of these two commands that
> haven't been updated on the wiki?
The file strc-not.mkvi is quite well documented.
@Hans: The module documentation fails to build for this module.
mtxrun --script modules --process $(mtxrun core-sy
Could you tell me what's the options of these two commands that haven't been
updated on the wiki? ___
If your question is of interest to others as well, please add an entry to th
Am 03.01.2012 um 04:42 schrieb Chris Lott:
> Why does this document create three pages, with the footnote on the
> second and a third that is blank?
>
> \setuppagenumbering[state=stop]
> \setupnote[footnote][numberconversion=Romannumerals]
> \starttext
> This is a sample
On Mon, Jan 2, 2012 at 6:42 PM, Chris Lott wrote:
> Why does this document create three pages, with the footnote on the
> second and a third that is blank?
>
> \setuppagenumbering[state=stop]
> \setupnote[footnote][numberconversion=Romannumerals]
> \starttext
> This is a sam
Why does this document create three pages, with the footnote on the
second and a third that is blank?
\setuppagenumbering[state=stop]
\setupnote[footnote][numberconversion=Romannumerals]
\starttext
This is a sample letter. \footnote{foo}
\stoptext
If I remove the \setupnote line, then everything
On Tue, Oct 12, 2010 at 1:09 PM, Yury G. Kudryashov wrote:
> luigi scarso wrote:
>
>> On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU
>> wrote:
>>> On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote:
Hans recommended:
\stopfootnote{}
>>>
>>> Thank you.
>>>
>>> This
On 12-10-2010 5:06, Alan BRASLAU wrote:
Fixed in next beta.
Not unless Wolfgang mails me a patch that he's confident with (as this
is sort of tricky). Okay, 'next' can be any next, so watch a "fixed in
*the* next beta" -)
Hans
--
ption[##1]{}{##2}%
> \endgroup
> \namednoteparameter{#1}\c!next}}
>
> Example:
>
> \starttext
>
> One\startfootnote one\stopfootnote
> Two\startfootnote two\stopfootnote
>
> \setupnote[footnote][next=\autoinsertnextspace]
>
> One\startfootnote one\sto
spacing after the footnote enumerator differs from \footnote{})
The \stopfootnote gobbles the next space, to prevent this you can say in
mkii \setupnote[footnote][next=\autoinsertnextspace] but the ”next” key is
missing in mkiv.
Indeed!
What to do?
Patch strc-not.mkiv
Did not see this
On Tue, 12 Oct 2010, luigi scarso wrote:
You are right, my apologies for the error.
I mean that in the meanwhile perhaps you can use somenthing like this
\long\def\StartFootnote#1\StopFootnote{\startfootnote#1\stopfootnote\space}
Better use \autoinsertnextspace rather than \space. Or perhaps
>>> (the spacing after the footnote enumerator differs from \footnote{})
>>
>> The \stopfootnote gobbles the next space, to prevent this you can say in
>> mkii \setupnote[footnote][next=\autoinsertnextspace] but the ”next” key is
>> missing in mkiv.
>
> Inde
On Tue, Oct 12, 2010 at 1:09 PM, Yury G. Kudryashov wrote:
> luigi scarso wrote:
>
>> On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU
>> wrote:
>>> On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote:
Hans recommended:
\stopfootnote{}
>>>
>>> Thank you.
>>>
>>> This
luigi scarso wrote:
> On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU
> wrote:
>> On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote:
>>>
>>> Hans recommended:
>>>
>>> \stopfootnote{}
>>>
>>
>> Thank you.
>>
>> This will work, but it is pretty ugly.%
>> \startfootnote
>> Hopefully Hans will
On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU wrote:
> On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote:
>>
>> Hans recommended:
>>
>> \stopfootnote{}
>>
>
> Thank you.
>
> This will work, but it is pretty ugly.%
> \startfootnote
> Hopefully Hans will fix this in mkiv.
> \stopfootnote{}
On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote:
>
> Hans recommended:
>
> \stopfootnote{}
>
Thank you.
This will work, but it is pretty ugly.%
\startfootnote
Hopefully Hans will fix this in mkiv.
\stopfootnote{}
In the meantime, we will just have to make do,
but the special syntax a
>>> (the spacing after the footnote enumerator differs from \footnote{})
>>
>> The \stopfootnote gobbles the next space, to prevent this you can say in
>> mkii \setupnote[footnote][next=\autoinsertnextspace] but the ”next” key is
>> missing in mkiv.
>
m \footnote{})
>
> The \stopfootnote gobbles the next space, to prevent this you can say in
> mkii \setupnote[footnote][next=\autoinsertnextspace] but the ”next” key is
> missing in mkiv.
Indeed!
What to do?
Alan
___
26 matches
Mail list logo