ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Fwd: Re: [off-list] Rotated footnotes?
Date: Thu, 11 Feb 2010 13:52:33 +0100	[thread overview]
Message-ID: <4B73FD91.8020509@wxs.nl> (raw)



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


             reply	other threads:[~2010-02-11 12:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-11 12:52 Hans Hagen [this message]
2010-02-14 18:25 ` Steffen Wolfrum

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=4B73FD91.8020509@wxs.nl \
    --to=pragma@wxs.nl \
    --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).