From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11459 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Crash in landscape mode [MikTeX] Date: Mon, 17 Mar 2003 10:39:39 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <5.1.0.14.1.20030317103808.02511400@server-1> References: <425348596.20030317101510@arcor.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1047894063 27690 80.91.224.249 (17 Mar 2003 09:41:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2003 09:41:03 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Mar 17 10:41:01 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 18ur77-0007CG-00 for ; Mon, 17 Mar 2003 10:41:01 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E5DD410AF1; Mon, 17 Mar 2003 10:41:51 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id B306110AB6 for ; Mon, 17 Mar 2003 10:39:52 +0100 (MET) Original-Received: from server-1.pragma-net.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.5/pre1.0-MySQL/8.12.5) with ESMTP id h2H9dn9b000795 for ; Mon, 17 Mar 2003 10:39:50 +0100 Original-Received: from LAPTOP-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-net.nl (8.12.3/8.12.2) with ESMTP id h2H9dpEU032369 for ; Mon, 17 Mar 2003 10:39:51 +0100 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: ntg-context@ntg.nl In-Reply-To: <425348596.20030317101510@arcor.de> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) 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:11459 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11459 At 10:15 AM 3/17/2003 +0100, you wrote: >If you use MikTeX and the 1.10b version of pdfetex, please try this out. >If not, you are free to skip or read on :) > >I don't know why, but this simple piece of ConTeXt-code crashes with the >version 1.10b of pdfetex. I use the lastest MikTeX version and the latest >ConTeXt beta (13.03). The source worked fine with older versions of >pdfetex and ConTeXt releases. >All it does is placing two external A4-PDF's on a single landscaped A4 page. > >As an unregistered (private) user of MikTeX it seems my mail to their support >got lost... > >I included all necessary files and the log-file. I cannot reproduce your problem with fptex; anyhow: \setuppapersize [A4,landscape][A4,landscape] \setupbodyfont[12pt] \setuplayout[height=\paperheight, width=\paperwidth, header=0mm, footer=0mm, margin=0mm, topspace=0mm, bottomspace=0mm, backspace=0mm] \showframe \useexternalfigure[A4_1][A4_1][type=pdf] \useexternalfigure[A4_1][A4_1][type=pdf] ^^^^ A1_2 in this example the \use... is not needed; also, types seldom need to be specified %------------------------------------------------------------------------------- \starttext \placesidebyside {\externalfigure[A4_1][factor=fit]} {\externalfigure[A4_2][factor=fit]} \stoptext ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------