[EMAIL PROTECTED] 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}}}

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to