columnar footnotes
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
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
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
participants (2)
-
Pablo Rodríguez
-
Wolfgang Schuster