ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnote mechanism broken (3)
@ 2012-01-13 10:01 Steffen Wolfrum
  2012-01-13 10:38 ` luigi scarso
  2012-01-13 15:40 ` Wolfgang Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: Steffen Wolfrum @ 2012-01-13 10:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


This one is even more disturbing:

Just by setting the note's color to green, each footnote is set on a single page!!!


\setupnote[footnote][textcolor=green]% <- without this line the notes are set right

\starttext
\dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}}
\stoptext




Steffen
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: footnote mechanism broken (3)
  2012-01-13 10:01 footnote mechanism broken (3) Steffen Wolfrum
@ 2012-01-13 10:38 ` luigi scarso
  2012-01-13 11:17   ` Steffen Wolfrum
  2012-01-13 15:40 ` Wolfgang Schuster
  1 sibling, 1 reply; 6+ messages in thread
From: luigi scarso @ 2012-01-13 10:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 685 bytes --]

On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum <context@st.estfiles.de>wrote:

>
> This one is even more disturbing:
>
> Just by setting the note's color to green, each footnote is set on a
> single page!!!
>
>
> \setupnote[footnote][textcolor=green]% <- without this line the notes are
> set right
>
> \starttext
> \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just
> one line. a test footnote.}}
> \stoptext
>
>
>
I don't use footnotes at all, so I can say if it's a bug or not, but this
is ok
\setupnotes[textcolor=green]

\starttext
\dorecurse{10}{\input ward\footnote{just one line. a test footnote. just
one line. a test footnote.}}
\stoptext

-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1007 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: footnote mechanism broken (3)
  2012-01-13 10:38 ` luigi scarso
@ 2012-01-13 11:17   ` Steffen Wolfrum
  2012-01-13 12:19     ` luigi scarso
  2012-01-14 19:16     ` Wolfgang Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: Steffen Wolfrum @ 2012-01-13 11:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.01.2012 um 11:38 schrieb luigi scarso:

> 
> 
> On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum <context@st.estfiles.de> wrote:
> 
> This one is even more disturbing:
> 
> Just by setting the note's color to green, each footnote is set on a single page!!!
> 
> 
> \setupnote[footnote][textcolor=green]% <- without this line the notes are set right
> 
> \starttext
> \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}}
> \stoptext
> 
> 
> 
> I don't use footnotes at all, so I can say if it's a bug or not, but this is ok
> \setupnotes[textcolor=green]
> 
> \starttext
> \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}}
> \stoptext





I assumed "\setupnote[footnote][textcolor=green]" is the recommended and correct way to do,
as I found it in an example from Wolfgang (December 2011):

Am 01.12.2011 um 22:40 schrieb Wolfgang Schuster:

> ...
> \setupnote
>  [footnote]
>  [textstyle=italic,
>   textcolor=green,
>   textcommand=\inframed] % default: \high
> 
> \starttext
> Hi there!\footnote{I’m a footnote.}
> \stoptext



Steffen
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: footnote mechanism broken (3)
  2012-01-13 11:17   ` Steffen Wolfrum
@ 2012-01-13 12:19     ` luigi scarso
  2012-01-14 19:16     ` Wolfgang Schuster
  1 sibling, 0 replies; 6+ messages in thread
From: luigi scarso @ 2012-01-13 12:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1527 bytes --]

On Fri, Jan 13, 2012 at 12:17 PM, Steffen Wolfrum <context@st.estfiles.de>wrote:

>
> Am 13.01.2012 um 11:38 schrieb luigi scarso:
>
> >
> >
> > On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum <
> context@st.estfiles.de> wrote:
> >
> > This one is even more disturbing:
> >
> > Just by setting the note's color to green, each footnote is set on a
> single page!!!
> >
> >
> > \setupnote[footnote][textcolor=green]% <- without this line the notes
> are set right
> >
> > \starttext
> > \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just
> one line. a test footnote.}}
> > \stoptext
> >
> >
> >
> > I don't use footnotes at all, so I can say if it's a bug or not, but
> this is ok
> > \setupnotes[textcolor=green]
> >
> > \starttext
> > \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just
> one line. a test footnote.}}
> > \stoptext
>
>
>
>
>
> I assumed "\setupnote[footnote][textcolor=green]" is the recommended and
> correct way to do,
> as I found it in an example from Wolfgang (December 2011):
>
> Am 01.12.2011 um 22:40 schrieb Wolfgang Schuster:
>
> > ...
> > \setupnote
> >  [footnote]
> >  [textstyle=italic,
> >   textcolor=green,
> >   textcommand=\inframed] % default: \high
> >
> > \starttext
> > Hi there!\footnote{I’m a footnote.}
> > \stoptext
>
> Yes, but at least \setupnotes works
as temporary solution --- taht to say , can be a bug.
It doesn't seem that \setupnotes is deprecated, btw.

-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 2135 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: footnote mechanism broken (3)
  2012-01-13 10:01 footnote mechanism broken (3) Steffen Wolfrum
  2012-01-13 10:38 ` luigi scarso
@ 2012-01-13 15:40 ` Wolfgang Schuster
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2012-01-13 15:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.01.2012 um 11:01 schrieb Steffen Wolfrum:

> 
> This one is even more disturbing:
> 
> Just by setting the note's color to green, each footnote is set on a single page!!!

It doesn't what value you change, the problem is the \setupnote call.

> \setupnote[footnote][textcolor=green]% <- without this line the notes are set right
> 
> \starttext
> \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}}
> \stoptext

You can get a correct output by adding \setuppapersize or \setuplayout before \setupnote
or you move the \setupnote below \starttext.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: footnote mechanism broken (3)
  2012-01-13 11:17   ` Steffen Wolfrum
  2012-01-13 12:19     ` luigi scarso
@ 2012-01-14 19:16     ` Wolfgang Schuster
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2012-01-14 19:16 UTC (permalink / raw)
  To: Steffen Wolfrum; +Cc: mailing list for ConTeXt users


Am 13.01.2012 um 12:17 schrieb Steffen Wolfrum:

> 
> Am 13.01.2012 um 11:38 schrieb luigi scarso:
> 
>> On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum <context@st.estfiles.de> wrote:
>> 
>> This one is even more disturbing:
>> 
>> Just by setting the note's color to green, each footnote is set on a single page!!!
>> 
>> \setupnote[footnote][textcolor=green]% <- without this line the notes are set right
>> 
>> \starttext
>> \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}}
>> \stoptext
>> 
>> I don't use footnotes at all, so I can say if it's a bug or not, but this is ok
>> \setupnotes[textcolor=green]
>> 
>> \starttext
>> \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}}
>> \stoptext
> 
> I assumed "\setupnote[footnote][textcolor=green]" is the recommended and correct way to do,
> as I found it in an example from Wolfgang (December 2011):

\setupnotes changes the values of all note (footnote, endnote etc.) while \setupnote changes
only the values of the given note type.

I sent a fix for the bug with the wrong placement of the footnote to the dev list.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-14 19:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-13 10:01 footnote mechanism broken (3) Steffen Wolfrum
2012-01-13 10:38 ` luigi scarso
2012-01-13 11:17   ` Steffen Wolfrum
2012-01-13 12:19     ` luigi scarso
2012-01-14 19:16     ` Wolfgang Schuster
2012-01-13 15:40 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).