From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11746 Path: main.gmane.org!not-for-mail From: Guy Worthington Newsgroups: gmane.comp.tex.context Subject: Re: Mixed page formats (figures) Date: 04 Apr 2003 10:02:27 +0800 Sender: ntg-context-admin@ntg.nl Message-ID: References: <10651.1048346947@www31.gmx.net> <11777.1049305918@www6.gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1049421491 21992 80.91.224.249 (4 Apr 2003 01:58:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2003 01:58:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Apr 04 03:58:10 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 191GT4-0005ia-00 for ; Fri, 04 Apr 2003 03:58:10 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E08B710AFF; Fri, 4 Apr 2003 03:58:24 +0200 (MEST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id 88D1D10AEC for ; Fri, 4 Apr 2003 03:55:18 +0200 (MEST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 191GPx-0005YA-00 for ; Fri, 04 Apr 2003 03:54:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 191GPw-0005Xt-00 for ; Fri, 04 Apr 2003 03:54:56 +0200 Original-Lines: 26 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11746 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11746 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}}}