hi all, would a kind soul please enlighten me about the new footnote commands? I can't find a way to achieve what I was able to achieve in older versions. The following code is on the wiki. It is supposed to give us the footnote marker aligned with the text area, then some blank space, then the footnote text: \definepapersize[wiki][width=8cm,height=8cm] \setuppapersize[wiki][wiki] \starttext \showframe \setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotation[footnote][location=left,hang=1] \def\myfootnotecommand#1{\hbox to 1.5em{#1.}} test \footnote{test} \stoptext It doesn't work with the current beta, and I' completely lost about \setupnote[footnote] \setupnotation[footnote] \setupfootnotes What is doing what now? Thanks! Thomas
Hi Thomas, this is what I use with the latest beta: \setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}] Maybe this comes close to what you try to achieve at least it should be possible to adjust this command to your needs. Steffen Am 01.04.2012 um 23:03 schrieb Thomas A. Schmitz:
hi all,
would a kind soul please enlighten me about the new footnote commands? I can't find a way to achieve what I was able to achieve in older versions. The following code is on the wiki. It is supposed to give us the footnote marker aligned with the text area, then some blank space, then the footnote text:
\definepapersize[wiki][width=8cm,height=8cm]
\setuppapersize[wiki][wiki]
\starttext
\showframe
\setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotation[footnote][location=left,hang=1]
\def\myfootnotecommand#1{\hbox to 1.5em{#1.}}
test \footnote{test}
\stoptext
It doesn't work with the current beta, and I' completely lost about \setupnote[footnote] \setupnotation[footnote] \setupfootnotes
What is doing what now?
Thanks!
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 ___________________________________________________________________________________
On 4/2/12 12:26 PM, Steffen Fritzsche wrote:
Hi Thomas,
this is what I use with the latest beta:
\setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}]
Maybe this comes close to what you try to achieve at least it should be possible to adjust this command to your needs.
Steffen
Hi Steffen, it is a first step, thank you. But the main point is the hanging indentation, and I still can't find a way to achieve this... Thomas
Am 01.04.2012 um 23:03 schrieb Thomas A. Schmitz:
hi all,
would a kind soul please enlighten me about the new footnote commands? I can't find a way to achieve what I was able to achieve in older versions. The following code is on the wiki. It is supposed to give us the footnote marker aligned with the text area, then some blank space, then the footnote text:
\definepapersize[wiki][width=8cm,height=8cm]
\setuppapersize[wiki][wiki]
\starttext
\showframe
\setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotation[footnote][location=left,hang=1]
\def\myfootnotecommand#1{\hbox to 1.5em{#1.}}
test \footnote{test}
\stoptext
\setupnotation [footnote] [ alternative=left, hang=1, numbercommand={\simplealignedbox{1.5em}{flushleft}}, stopper={.}] \starttext \showframe test \footnote{\input ward } \stoptext
It doesn't work with the current beta, and I' completely lost about \setupnote[footnote]
WIth \setupnote you can control the layout of the note block, e.g. to use columns or to change the rule.
\setupnotation[footnote]
With \setupnotation you can control the layout of the footnote entry, it uses the same code as enumerations/descriptions and provides the same keys.
\setupfootnotes
\setupfootnotes == \setupnote[footnote] Wolfgang
participants (3)
-
Steffen Fritzsche
-
Thomas A. Schmitz
-
Wolfgang Schuster