
Hello, I can't find out, how to place footnote on the right side of the page. \setupfootnotes[location=page] \setupnotedefinition[footnote][location=right] This places the number on the right, but the text remains on the left. greetings Jan -- Tato zpráva byla vytvořena převratným poštovním klientem Opery: http://www.opera.com/mail/

Thanks for the answer, but it does not work. I tried MKII and MKIV. Text
is still on the left.
min example
\setupoutput[pdftex]
\starttext
\setupfootnotes[location=page]
\setupnotedefinition[footnote][location=right,align=flushright]
a\footnotetext{blabla}
b\footnotetext{bububu}
\stoptext
Dne Thu, 22 Apr 2010 15:58:37 +0200 Wolfgang Schuster
-- Tato zpráva byla vytvořena převratným poštovním klientem Opery: http://www.opera.com/mail/

Am 29.04.10 23:17, schrieb Honza Pohanka: the location of the number is now too far to the right. \setuppapersize[A4][A3,landscape] \setupnotedefinition[footnote][location=right] \setupnote [footnote][align=flushright] \showframe \starttext a\footnotetext{blabla} b\footnotetext{bububu} \stoptext Wolfgang

On 2010-04-30 <09:22:44>, Wolfgang Schuster wrote:
Hi Honza and Wolfgang, what about this one: ---8<-------------------------------------------------------------------------- %\showframe \starttext \setupnotedefinition[footnote][location=right,align=left,before={\startalignment[left]},after=\stopalignment] a\footnote{blabla\input knuth\par}\par a\footnote{blabla\input knuth\par}\par \stoptext ---8<-------------------------------------------------------------------------- ? Philipp
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments

Am 30.04.10 11:56, schrieb Philipp Gesang:
Both are equal but i still wonder why this fails for short footnote entries, as you can see the number for the first too far to the right while the number for the second is right. \setuppapersize[A4][A3,landscape] \setupnotedefinition[footnote][location=right] \setupnote [footnote][align=flushright] \showframe \starttext a\footnote{blabla}\par c\footnote{blabla\input knuth\par}\par \stoptext Wolfgang

Am 30.04.10 11:56, schrieb Philipp Gesang:
1. I found know a working solution without \setupalign or \startalignment \setupnotedefinition[footnote][location=right,align=flushright,hang=margin] \starttext a\footnote{blabla}\par b\footnote{blablablablablablablablablablablablablablablabla}\par c\footnote{blabla\input knuth\par}\par \stoptext 2. I can reproduce the odd results without footnotes \setuppapersize[A4][A3,landscape] \defineenumeration[test][location=right,align=flushright] \showframe \starttext \vbox {\starttest bla\stoptest \starttest blablabla\stoptest \starttest \input knuth \stoptest} \setupenumerations[hang=margin] \vbox {\starttest bla\stoptest \starttest blablabla\stoptest \starttest \input knuth \stoptest} \stoptext Wolfgang
participants (3)
-
Honza Pohanka
-
Philipp Gesang
-
Wolfgang Schuster