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
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to