Spurious output to stderr
Hi, whenever I use \pdfximage the filename and "\n" is printed to stderr. Everything looks as expected when I say "pdftex somefile 2>/dev/null". It seems that one of the developers inserted some code for debugging and forgot to remove it. Has this been fixed already? I'm talking about This is pdfeTeXk, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-4592165 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha@web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ----------------------------------------------------------------------------
On 9/22/06, Reinhard Kotucha
Hi, whenever I use \pdfximage the filename and "\n" is printed to stderr.
Everything looks as expected when I say "pdftex somefile 2>/dev/null".
It seems that one of the developers inserted some code for debugging and forgot to remove it.
Has this been fixed already?
Apparently -- I can't reproduce the problem using example.pdf from the pdftex examples directory. What image formats? Do you see the problem with the pdftex example.tex file? $ pdftex --version pdfTeX 3.141592-1.40.0-beta-20060906-2.2 (Web2C 7.5.5) kpathsea version 3.5.5 Copyright 2005 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Kpathsea is copyright 2005 Karl Berry and Olaf Weber. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Kpathsea written by Karl Berry, Olaf Weber, and others. Compiled with libpng 1.2.8; using libpng 1.2.8 Compiled with zlib 1.2.3; using zlib 1.2.3 Compiled with xpdf version 3.01 $ grep pdfximage *.tex % images can be included with pdftex using \pdfximage. Supported formats \pdfximage {pic.pdf} % read image pic.pdf (from path TEXPSHEADERS) % opened by \pdfximage is accessible via \pdflastximagepages. % \pdfximage page 2 {file.pdf} % similarly to \pdfobj, the image created by \pdfximage is held in memory % by saying \pdfrefximage <object number>; or 2) \pdfximage is preceded by % \immediate. The object number of the last image created by \pdfximage is % accessible via \pdflastximage. Note that \immediate\pdfximage does not \pdfximage width 6cm {pic.png} % set the image width and keep the \pdfximage width 6cm height 4cm % set both image width and height; the \pdfximage {pic.pdf} \pdfximage % include the image at resolution 1200 dpi \pdfximage height \vsize {tmp.pdf} % insert the PDF converted from EPS PS -- teTeX has texmf/doc/pdftex/examples, but I don't find the examples directory in my TeX Live 2005 install.
I'm talking about
This is pdfeTeXk, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
--
George N. White III
On Sat, Sep 23, 2006 at 09:43:41AM -0300, gnwiii@gmail.com wrote:
On 9/22/06, Reinhard Kotucha
wrote: Hi, whenever I use \pdfximage the filename and "\n" is printed to stderr.
Everything looks as expected when I say "pdftex somefile 2>/dev/null".
It seems that one of the developers inserted some code for debugging and forgot to remove it.
Has this been fixed already?
Apparently -- I can't reproduce the problem using example.pdf from the pdftex examples directory.
AFAIK this was fixed some time ago.
Yours sincerely
Heiko
On Sat, 23 Sep 2006 gnwiii@gmail.com wrote:
[...] PS -- teTeX has texmf/doc/pdftex/examples, but I don't find the examples directory in my TeX Live 2005 install.
From version 1.30.3 the pdftex team changed it to doc/pdftex/manual/samplepdf/samplepdf.tex
-- Staszek Wawrykiewicz StaW@gust.org.pl
participants (4)
-
gnwiii@gmail.com
-
Heiko Oberdiek
-
Reinhard Kotucha
-
Staszek Wawrykiewicz