ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Steffen Wolfrum <context@st.estfiles.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Rotated footnotes?
Date: Sun, 7 Feb 2010 12:47:07 +0100	[thread overview]
Message-ID: <3175BBC1-196D-4667-AAB6-CB3CDC711D89@st.estfiles.de> (raw)
In-Reply-To: <4B6E9A37.5030509@elvenkind.com>


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	other threads:[~2010-02-07 11:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-04 12:20 Steffen Wolfrum
2010-02-06 17:51 ` Steffen Wolfrum
2010-02-07  9:03   ` Taco Hoekwater
2010-02-07  9:57     ` Steffen Wolfrum
2010-02-07 10:47       ` Taco Hoekwater
2010-02-07 11:47         ` Steffen Wolfrum [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3175BBC1-196D-4667-AAB6-CB3CDC711D89@st.estfiles.de \
    --to=context@st.estfiles.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).