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
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 -------------------------------------------------------------------------
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
participants (3)
-
Giuseppe Bilotta
-
Hans Hagen
-
Peter Rolf