Hi, the figure labels of some rotated figures have footnotes. (see faked example please: http://www.werksatz.com/attachments/rotated.pdf). How do I place a rotated footnote?? Thanks, Steffen
No answer at all ... Does that mean rotating a figure/label with its footnote just can't be done? Steffen Am 04.02.2010 um 13:20 schrieb Steffen Wolfrum:
Hi,
the figure labels of some rotated figures have footnotes.
(see faked example please: http://www.werksatz.com/attachments/rotated.pdf).
How do I place a rotated footnote??
Thanks, Steffen
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Steffen Wolfrum wrote:
No answer at all ...
Does that mean rotating a figure/label with its footnote just can't be done?
Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and \placelocalfootnotes at the end of the float body or in the caption would work. Easier to test with an example ;) Best wishes, Taco
Am 07.02.2010 um 10:03 schrieb Taco Hoekwater:
Steffen Wolfrum wrote:
No answer at all ... Does that mean rotating a figure/label with its footnote just can't be done?
Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and \placelocalfootnotes at the end of the float body or in the caption would work. Easier to test with an example ;)
Well, here you are: A quick-and-dirty example :o) \starttext \def\MyA[#1]{\kern0.05em\raise.34em\hbox{\switchtobodyfont[6pt]#1}} \def\MyXRule{\blackrule[color=orange,width=18mm,height=0.4pt]\strut} \def\MyHigh[#1]{\kern0.05em\raise.385em\hbox{\txx#1}} \leftaligned{% \rotate[rotation=90]{\externalfigure[abb_12_d][frame=on,width=\dimexpr(\textheight-05pt)]\kern2.5pt\strut}% \rotate[rotation=90]{\framed[frame=off,height=1cm,width=\dimexpr(\textheight-05pt)]{\vskip2pt Abbildung 12:\pagereference[Abb_12]{\enskip} Regelungen zur Ausgestaltung\MyHigh[186]}}% \hfill\rotate[rotation=90]{\MyXRule}% \rotate[rotation=90]{\strut{\MyA[186]} \setnotebodyfont Eigene Darstellung.}% } \stoptext Steffen
Steffen Wolfrum wrote:
Am 07.02.2010 um 10:03 schrieb Taco Hoekwater:
Steffen Wolfrum wrote:
No answer at all ... Does that mean rotating a figure/label with its footnote just can't be done? Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and \placelocalfootnotes at the end of the float body or in the caption would work. Easier to test with an example ;)
Well, here you are: A quick-and-dirty example :o)
Like this, perhaps. I do not understand why there is so much whitespace before (=below) the local footnotes, so someone else has to help with that, but besides that it looks much more like context :) \starttext \rotate[rotation=90,width=\dimexpr(\textheight-5pt)] {\startframedtext[frame=off] \startlocalfootnotes \centerline {\externalfigure[cow][frame=on,width=\dimexpr(\textheight-5pt)]}% \medskip \centerline {Abbildung 12:\pagereference[Abb_12]{\enskip} Regelungen zur Ausgestaltung\footnote{Eigene Darstellung.}}% \placelocalfootnotes \stoplocalfootnotes \stopframedtext } \stoptext
Am 07.02.2010 um 11:47 schrieb Taco Hoekwater:
Steffen Wolfrum wrote:
Am 07.02.2010 um 10:03 schrieb Taco Hoekwater:
Steffen Wolfrum wrote:
No answer at all ... Does that mean rotating a figure/label with its footnote just can't be done? Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and \placelocalfootnotes at the end of the float body or in the caption would work. Easier to test with an example ;) Well, here you are: A quick-and-dirty example :o)
Like this, perhaps. I do not understand why there is so much whitespace before (=below) the local footnotes, so someone else has to help with that, but besides that it looks much more like context :)
\starttext
\rotate[rotation=90,width=\dimexpr(\textheight-5pt)] {\startframedtext[frame=off] \startlocalfootnotes \centerline {\externalfigure[cow][frame=on,width=\dimexpr(\textheight-5pt)]}% \medskip \centerline {Abbildung 12:\pagereference[Abb_12]{\enskip} Regelungen zur Ausgestaltung\footnote{Eigene Darstellung.}}% \placelocalfootnotes \stoplocalfootnotes \stopframedtext }
\stoptext
That's "shady", as localfootnotes are not part of the "regular" notes, and the contiuous numbering should not be borken! So I would end up with a dirty hack again ... \showframe \starttext Text\footnote[1]{Before.}\setnumber[footnote]{2} \page \rotate[rotation=90,width=\dimexpr(\textheight-5pt)] {\startframedtext[frame=off] \startlocalfootnotes \centerline {\externalfigure[cow][frame=on,width=\dimexpr(\textheight-5pt)]}% \medskip \centerline {Abbildung 12:\pagereference[Abb_12]{\enskip} Regelungen zur Ausgestaltung\footnote[2]{Eigene Darstellung.}}% \placelocalfootnotes \stoplocalfootnotes \stopframedtext } \page Text\footnote[3]{After.} \stoptext Steffen
participants (2)
-
Steffen Wolfrum
-
Taco Hoekwater