[NTG-context] new footnotes

2012-03-19 Thread Honza Hejzl
Hello,

I have tested those „new“ commands for footnotes and it seems some of
them don't work properly. I like footnotes' numbers aligned to the
left side of the main text. On wiki is:

\setupnotation[footnote][location=left,width=1cm]
\setupnote[footnote][location=page,numbercommand=]

This simply does not work. I have combined location, alternative and
page parameter in both commands, \setupnotation as well as \setupnote,
nothing works now for me. The second bad thing is it ignores my
numbercommands. It was easy to use it before when I needed numbers as
not-indexed or in case I have whole notes and numbers as sans.

In source for mkiv I see:

\setupnotes
  [\c!location=\v!page,

... but simple \setupnotes[location=page] does nothing.

Is the work still in progress or am I missing something?

Thanks, Honza
___
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
___


Re: [NTG-context] new footnotes

2012-03-19 Thread Thomas A. Schmitz

On 03/19/2012 08:55 AM, Honza Hejzl wrote:

Is the work still in progress or am I missing something?


In the first place, you're missing an example...

Thomas
___
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
___


Re: [NTG-context] new footnotes

2012-03-19 Thread Wolfgang Schuster

Am 19.03.2012 um 08:55 schrieb Honza Hejzl:

 Hello,
 
 I have tested those „new“ commands for footnotes and it seems some of
 them don't work properly. I like footnotes' numbers aligned to the
 left side of the main text. On wiki is:
 
 \setupnotation[footnote][location=left,width=1cm]
 \setupnote[footnote][location=page,numbercommand=]
 
 This simply does not work. I have combined location, alternative and
 page parameter in both commands, \setupnotation as well as \setupnote,
 nothing works now for me. The second bad thing is it ignores my
 numbercommands. It was easy to use it before when I needed numbers as
 not-indexed or in case I have whole notes and numbers as sans.

The “location” key for \setupnotation has changed to “alternative” and
the “numbercommand” key belongs also to \setupnotation.

 In source for mkiv I see:
 
 \setupnotes
  [\c!location=\v!page,
 
 ... but simple \setupnotes[location=page] does nothing.

Why should this change something when it’s already the default setting,
\setupnotes[location=page] does only mean to place the footnote block
at the bottom of the page.

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
___


Re: [NTG-context] new footnotes

2012-03-19 Thread Honza Hejzl
Wow, it is pretty confusing. The last week before I updated mkiv I
used to use it for numbers aligned with the left margin of the text.
It means the same like serried version but with the textblock of
footnotes aligned indented:

TEXT

169 sdfsf
sdfsdfdf
170 sdfsdf

Now it just does not work and I don't know what to use instead :oO

Thanks, Honza
___
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
___


Re: [NTG-context] new footnotes

2012-03-19 Thread Honza Hejzl
Aha, I've got it:

\setupnotation[footnote][width=2em,alternative=]

This works now. It does the same as location=page before my update.

Thanks, Honza
___
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
___