ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: Re: [off-list] Rotated footnotes?
@ 2010-02-11 12:52 Hans Hagen
  2010-02-14 18:25 ` Steffen Wolfrum
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Hagen @ 2010-02-11 12:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users



-------- Original Message --------
Subject: Re: [off-list] Rotated footnotes?
Date: Thu, 11 Feb 2010 11:30:00 +0100
From: Taco Hoekwater <taco@elvenkind.com>
To: Steffen Wolfrum <context@post.werksatz.com>, Hans Hagen <pragma@wxs.nl>

Taco Hoekwater wrote:
> Steffen Wolfrum wrote:
>> Am 11.02.2010 um 10:07 schrieb Taco Hoekwater:
>>
>>> Steffen Wolfrum wrote:
>>>> Hi Taco,
>>>> there really is no clean way to get a rotated figure/label/footnote
>>>> page?
>>> Not that I know of, no. Unless you would consider actually rotating the
>>> entire page 90 degrees a solution?
>>
>> No, the actual page (width, height, position of pagenumber/header)
>> sould be the same.
>> It should be as shown in my faked example ... only in a "right" way.
>
> Perhaps Hans can come up with a method for the \localfootnotes to use
> (and update) the global footnote number. The rest of my hack is a ugly,
> but functional. Hans?

new beta ... some fixes to footnotes (automigrate works with local now) 
... also lastcolumn fix (might break something else, not sure about that 
yet)

\automigrateinserts

\starttext

\setupnotes[continue=yes]

\input tufte

\input tufte \footnote{oeps}

\startstandardmakeup
     \setuptabulate[before=,after=]
     \rotate [rotation=90] \bgroup \vbox to \textwidth \bgroup
         \hsize\textheight
         \startlocalnotes[footnote]
         \placefigure [fixed] {} {
             \starttabulate
                 \NC test \footnote{\input tufte } \NC \input tufte \NC \NR
                 \NC test \NC \input tufte \NC \NR
             \stoptabulate
         }
         \vfill
         \strut
         \placelocalnotes[footnote]
         \stoplocalnotes
     \egroup \egroup
\stopstandardmakeup

\input tufte \footnote{oeps}

\starttabulate
     \NC test \footnote{\input tufte } \NC \input tufte \NC \NR
     \NC test \NC \input tufte \NC \NR
\stoptabulate

\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] 2+ messages in thread

* Re: Fwd: Re: [off-list] Rotated footnotes?
  2010-02-11 12:52 Fwd: Re: [off-list] Rotated footnotes? Hans Hagen
@ 2010-02-14 18:25 ` Steffen Wolfrum
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Wolfrum @ 2010-02-14 18:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 11.02.2010 um 13:52 schrieb Hans Hagen:

> 
> 
> -------- Original Message --------
> Subject: Re: [off-list] Rotated footnotes?
> Date: Thu, 11 Feb 2010 11:30:00 +0100
> From: Taco Hoekwater <taco@elvenkind.com>
> To: Steffen Wolfrum <context@post.werksatz.com>, Hans Hagen <pragma@wxs.nl>
> 
> Taco Hoekwater wrote:
>> Steffen Wolfrum wrote:
>>> Am 11.02.2010 um 10:07 schrieb Taco Hoekwater:
>>> 
>>>> Steffen Wolfrum wrote:
>>>>> Hi Taco,
>>>>> there really is no clean way to get a rotated figure/label/footnote
>>>>> page?
>>>> Not that I know of, no. Unless you would consider actually rotating the
>>>> entire page 90 degrees a solution?
>>> 
>>> No, the actual page (width, height, position of pagenumber/header)
>>> sould be the same.
>>> It should be as shown in my faked example ... only in a "right" way.
>> 
>> Perhaps Hans can come up with a method for the \localfootnotes to use
>> (and update) the global footnote number. The rest of my hack is a ugly,
>> but functional. Hans?
> 
> new beta ... some fixes to footnotes (automigrate works with local now) ... also lastcolumn fix (might break something else, not sure about that yet)
> 
> \automigrateinserts
> 
> \starttext
> 
> \setupnotes[continue=yes]
> 
> \input tufte
> 
> \input tufte \footnote{oeps}
> 
> \startstandardmakeup
>    \setuptabulate[before=,after=]
>    \rotate [rotation=90] \bgroup \vbox to \textwidth \bgroup
>        \hsize\textheight
>        \startlocalnotes[footnote]
>        \placefigure [fixed] {} {
>            \starttabulate
>                \NC test \footnote{\input tufte } \NC \input tufte \NC \NR
>                \NC test \NC \input tufte \NC \NR
>            \stoptabulate
>        }
>        \vfill
>        \strut
>        \placelocalnotes[footnote]
>        \stoplocalnotes
>    \egroup \egroup
> \stopstandardmakeup
> 
> \input tufte \footnote{oeps}
> 
> \starttabulate
>    \NC test \footnote{\input tufte } \NC \input tufte \NC \NR
>    \NC test \NC \input tufte \NC \NR
> \stoptabulate
> 
> \stoptext



Did not yet test it in a real project ... but your example looks great.

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] 2+ messages in thread

end of thread, other threads:[~2010-02-14 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-11 12:52 Fwd: Re: [off-list] Rotated footnotes? Hans Hagen
2010-02-14 18:25 ` 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).