ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Crash in landscape mode [MikTeX]
Date: Mon, 17 Mar 2003 10:39:39 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20030317103808.02511400@server-1> (raw)
In-Reply-To: <425348596.20030317101510@arcor.de>

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

  reply	other threads:[~2003-03-17  9:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-17  9:15 Peter Rolf
2003-03-17  9:39 ` Hans Hagen [this message]
2003-03-17 12:06 ` Giuseppe Bilotta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20030317103808.02511400@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).