Re: [NTG-context] columnar footnotes

2012-04-01 Thread Wolfgang Schuster

Am 31.03.2012 um 23:25 schrieb Pablo Rodríguez:

 I'm trying to get a particular footnote series in columns. The body and
 other footnotes and line notes have no columns.
 
 Consulting the wiki, I thought this is the right code for it:
 
 \setupcolumns[n=2]
 \definenote[dict]
 \setupnote[dict][before=\stopcolumns, after=\startcolumns]

\setupnote[dict][n=2]

The columns environment can only be used in the normal text.

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] columnar footnotes

2012-04-01 Thread Pablo Rodríguez
On 01/04/12 09:31, Wolfgang Schuster wrote:
 Am 31.03.2012 um 23:25 schrieb Pablo Rodríguez:
 [...]
 \setupcolumns[n=2]
 \definenote[dict]
 \setupnote[dict][before=\stopcolumns, after=\startcolumns]
 
 \setupnote[dict][n=2]
 
 The columns environment can only be used in the normal text.

Many thanks for your help, Wolfgang.

I'll add this to the wiki.


Pablo
-- 
http://www.ousia.tk
___
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
___


[NTG-context] columnar footnotes

2012-03-31 Thread Pablo Rodríguez
I'm trying to get a particular footnote series in columns. The body and
other footnotes and line notes have no columns.

Consulting the wiki, I thought this is the right code for it:

\setupcolumns[n=2]
\definenote[dict]
\setupnote[dict][before=\stopcolumns, after=\startcolumns]
\starttext
\dorecurse{10}{a\footnote{b}\dict{c}}
\stoptext

But I get an error and the document doesn't compile.

I don't know what is wrong here (although I realize that my mistake may
be basic).

Could anyone tell me what I am doing wrong here?

Thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___