ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Guy Worthington <guyw@multiline.com.au>
Subject: Re: Mixed page formats (figures)
Date: 04 Apr 2003 10:02:27 +0800	[thread overview]
Message-ID: <uznn7qato.fsf@multiline.com.au> (raw)
In-Reply-To: <11777.1049305918@www6.gmx.net>

cohsb@gmx.de writes:

> I asked a question about mixed page formats and got a working solution, s.
> below. Unforunately, it does not work with figures (PDF), s. my snippet:
> 
> \useexternalfigure[EnrichmentRulesBeispiel1][EnrichmentRulesBeispiel1]
> \rotate [width=\textheight,
>          height=\textwidth,
>          rotation=90]
>     {
> \placefigure[fig:EnrichmentRulesBeispiel1]{Beispiel: Regeln für eine
> komplexe Transformation}
> {\externalfigure[EnrichmentRulesBeispiel1][factor=broad]}
> }

> Is there a way to let the rotated result float

If you're willing to sacrifice your caption, you can rearrange the
order of your commands.  For instance:

\placefigure [page][fig:EnrichmentRulesBeispiel1]{none}
               {\rotate[rotation=90,width=\textheight,height=\textwidth]
                   {\externalfigure[EnrichmentRulesBeispiel1]
                       \blank[medium]
                       \midaligned{%
                           Beispiel: Regeln für eine komplexe Transformation}}}

      reply	other threads:[~2003-04-04  2:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-21 21:38 Mixed page formats cohsb
2003-03-21 22:36 ` Patrick Gundlach
2003-03-22 15:29   ` cohsb
2003-03-22 15:44     ` Patrick Gundlach
2003-04-02 17:51     ` Mixed page formats (figures) cohsb
2003-04-04  2:02       ` Guy Worthington [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=uznn7qato.fsf@multiline.com.au \
    --to=guyw@multiline.com.au \
    --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).