ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Rotated footnotes?
@ 2010-02-04 12:20 Steffen Wolfrum
  2010-02-06 17:51 ` Steffen Wolfrum
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Wolfrum @ 2010-02-04 12:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Rotated footnotes?
  2010-02-04 12:20 Rotated footnotes? Steffen Wolfrum
@ 2010-02-06 17:51 ` Steffen Wolfrum
  2010-02-07  9:03   ` Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Wolfrum @ 2010-02-06 17:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users



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

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Rotated footnotes?
  2010-02-06 17:51 ` Steffen Wolfrum
@ 2010-02-07  9:03   ` Taco Hoekwater
  2010-02-07  9:57     ` Steffen Wolfrum
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2010-02-07  9:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Rotated footnotes?
  2010-02-07  9:03   ` Taco Hoekwater
@ 2010-02-07  9:57     ` Steffen Wolfrum
  2010-02-07 10:47       ` Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Wolfrum @ 2010-02-07  9:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Taco Hoekwater


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Rotated footnotes?
  2010-02-07  9:57     ` Steffen Wolfrum
@ 2010-02-07 10:47       ` Taco Hoekwater
  2010-02-07 11:47         ` Steffen Wolfrum
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2010-02-07 10:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Rotated footnotes?
  2010-02-07 10:47       ` Taco Hoekwater
@ 2010-02-07 11:47         ` Steffen Wolfrum
  0 siblings, 0 replies; 6+ messages in thread
From: Steffen Wolfrum @ 2010-02-07 11:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-07 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-04 12:20 Rotated footnotes? 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 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).