I use: \setupindenting[yes, small, next] This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible? -- Cecil Westerhof
Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
I use: \setupindenting[yes, small, next]
This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?
\setupnotedefintion[footnote][indenting=…] Wolfgang
2011/8/15 Wolfgang Schuster
Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
I use: \setupindenting[yes, small, next]
This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?
\setupnotedefintion[footnote][indenting=…]
Does not exist. What comes closest is the following: \setupfootnotedefinition[footnote][indenting=yes,small,next] But that does not have the required effect. It even generates a blanco page. I attached the tex and pdf files. -- Cecil Westerhof
Am 15.08.2011 um 13:23 schrieb Cecil Westerhof:
2011/8/15 Wolfgang Schuster
Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
I use: \setupindenting[yes, small, next]
This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?
\setupnotedefintion[footnote][indenting=…]
Does not exist. What comes closest is the following: \setupfootnotedefinition[footnote][indenting=yes,small,next]
But that does not have the required effect. It even generates a blanco page. I attached the tex and pdf files.
There was a “i” missing and you need braces around the list: \setupnotedefinition[footnote][indenting={yes,small,next}] BTW: You can replace “\ConTeXt\space” with “\CONTEXT\ ” and for longer footnotes you can also replace \footnote{…} with \startfootnote …\stopfootnote. Wolfgang
2011/8/15 Wolfgang Schuster
2011/8/15 Wolfgang Schuster
Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
I use: \setupindenting[yes, small, next]
This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?
\setupnotedefintion[footnote][indenting=…]
Does not exist. What comes closest is the following: \setupfootnotedefinition[footnote][indenting=yes,small,next]
But that does not have the required effect. It even generates a blanco page. I attached the tex and pdf files.
There was a “i” missing and you need braces around the list: \setupnotedefinition[footnote][indenting={yes,small,next}]
Now it works.
BTW: You can replace “\ConTeXt\space” with “\CONTEXT\ ” and for longer footnotes you can also replace \footnote{…} with \startfootnote …\stopfootnote.
Works also. BTW: is it possible to define the footnotes somewhere else? When using \\startfootnote[reference] you can also work with references. -- Cecil Westerhof
Am 15.08.2011 um 14:16 schrieb Cecil Westerhof:
2011/8/15 Wolfgang Schuster
BTW: is it possible to define the footnotes somewhere else?
You mean like \useurl and \url?
Yes, it now 'distracts' from the main info.
No, what’s possible is this: \startbuffer[footnote:a] Note A \stopbuffer \startsetups[footnote:b] Note B \stopsetups %\setvariables[footnote][c={Note C}] \setvariable{footnote}{c}{Note C} \starttext A\footnote{\getbuffer[footnote:a]} B\footnote{\texsetup{footnote:b}} C\footnote{\getvariable{footnote}{c}} \stoptext You can write a feature request because it’s easy to add this functionality but it depends on Hans. Wolfgang
2011/8/15 Wolfgang Schuster
BTW: is it possible to define the footnotes somewhere else?
You mean like \useurl and \url?
Yes, it now 'distracts' from the main info.
No, what’s possible is this:
\startbuffer[footnote:a] Note A \stopbuffer
\startsetups[footnote:b] Note B \stopsetups
%\setvariables[footnote][c={Note C}] \setvariable{footnote}{c}{Note C}
\starttext
A\footnote{\getbuffer[footnote:a]}
B\footnote{\texsetup{footnote:b}}
C\footnote{\getvariable{footnote}{c}}
\stoptext
That is already a lot better as it was first. ;-} You can write a feature request because it’s easy to add this functionality
but it depends on Hans.
I'll do that. -- Cecil Westerhof
participants (2)
-
Cecil Westerhof
-
Wolfgang Schuster