From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20010 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: How to insert a full page pdf. Date: Wed, 20 Apr 2005 18:37:37 +0200 Message-ID: <42668551.7070401@boede.nl> References: <200504191814.10223.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114015049 2013 80.91.229.2 (20 Apr 2005 16:37:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 16:37:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 20 18:37:27 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOIC4-0005Ag-Vt for gctc-ntg-context-518@m.gmane.org; Wed, 20 Apr 2005 18:36:53 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A1FEA1276C; Wed, 20 Apr 2005 18:41:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22530-07; Wed, 20 Apr 2005 18:41:09 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4CE30127E0; Wed, 20 Apr 2005 18:37:40 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DC2BD127E0 for ; Wed, 20 Apr 2005 18:37:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22530-05 for ; Wed, 20 Apr 2005 18:37:37 +0200 (CEST) Original-Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by ronja.ntg.nl (Postfix) with ESMTP id 988FC1276C for ; Wed, 20 Apr 2005 18:37:37 +0200 (CEST) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr6.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3KGbbGC041991 for ; Wed, 20 Apr 2005 18:37:37 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <200504191814.10223.john@wexfordpress.com> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20010 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20010 Hi John, John R. Culleton wrote: > I need to insert some example pages from one document into > another. Both are 8.5 x 11. > > I have read the old posts about \startTEXpage etc. and looked at > the source code. But I still have a few questions: > 1. Can I select e.g., just page 2 from the external document to > insert in my document? How? You can refer to this external doc and include the needed pages as floats: \externalfigure[cursus-pdf][page=1,width=...]. Probably also \startTEXpage \externalfigure[cursus-pdf][page=1,width=...] \stopTEXpage works (untested). if included as float there is no risk that the pagenumbering dos not work. Kind regards Willi > 2. Does Context automatically bump its page counter to compensate > for the inserted page or pages, or do I have to adjust it after > each such insertion? > > TIA > > John Culleton > Able Indexers and Typesetters > http://wexfordpress.com > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context