ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Crash in landscape mode [MikTeX]
@ 2003-03-17  9:15 Peter Rolf
  2003-03-17  9:39 ` Hans Hagen
  2003-03-17 12:06 ` Giuseppe Bilotta
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Rolf @ 2003-03-17  9:15 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 595 bytes --]

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.


        Peter

[-- Attachment #2: landscape.zip --]
[-- Type: application/x-zip-compressed, Size: 11341 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Crash in landscape mode [MikTeX]
  2003-03-17  9:15 Crash in landscape mode [MikTeX] Peter Rolf
@ 2003-03-17  9:39 ` Hans Hagen
  2003-03-17 12:06 ` Giuseppe Bilotta
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2003-03-17  9:39 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Crash in landscape mode [MikTeX]
  2003-03-17  9:15 Crash in landscape mode [MikTeX] Peter Rolf
  2003-03-17  9:39 ` Hans Hagen
@ 2003-03-17 12:06 ` Giuseppe Bilotta
  1 sibling, 0 replies; 3+ messages in thread
From: Giuseppe Bilotta @ 2003-03-17 12:06 UTC (permalink / raw)


Monday, March 17, 2003 Peter Rolf wrote:

PR> If you use MikTeX and the 1.10b version of pdfetex, please try this out.
PR> If not, you are free to skip or read on :)

PR> I don't know why, but this simple piece of ConTeXt-code crashes with the
PR> version 1.10b of pdfetex. I use the lastest MikTeX version and the latest
PR> ConTeXt beta (13.03). The source worked fine with older versions of
PR> pdfetex and ConTeXt releases.
PR> All it does is placing two external A4-PDF's on a single landscaped A4 page.

I can confirm the bug with the latest beta (2003.03.17) and
pdf-e-TeX  3.141592-1.10b-2.1 on MiKTeX 2.2; I get an error:

! Emergency stop.
<to be read again> \vss \endtemplate
                                     \egroup \egroup
l.25    {\externalfigure[A4_2][factor=fit]}

-- 
Giuseppe "Oblomov" Bilotta

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-17 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-17  9:15 Crash in landscape mode [MikTeX] Peter Rolf
2003-03-17  9:39 ` Hans Hagen
2003-03-17 12:06 ` Giuseppe Bilotta

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