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