[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#409464: marked as done (pdflatex: graphicx doesn't support .jpeg graphics extension)



Your message dated Mon, 21 Apr 2008 17:03:57 +0200
with message-id <20080421150356.GA5816@PC23>
and subject line Re: Bug#409456: pdflatex: graphicx doesn't support .jpeg graphics extension
has caused the Debian Bug report #409456,
regarding pdflatex: graphicx doesn't support .jpeg graphics extension
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
409456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409456
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: tetex-base
Version: 3.0.dfsg.3-5
Severity: normal

$ file foo.jpg
foo.jpg: JPEG image data, JFIF standard 1.01
$ ln -f foo.jpg foo.jpeg
$ cat buggy.tex \documentclass[a4paper]{article}
\usepackage{graphicx}
\begin{document}
\includegraphics{foo.jpg}
\includegraphics{foo.jpeg}
\end{document}
$ pdflatex -halt-on-error buggy.tex | tail -n 11

! LaTeX Error: Unknown graphics extension: .jpeg.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
... l.5 \includegraphics{foo.jpeg} No pages of output.
Transcript written on buggy.log.


-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (900, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages tetex-base depends on:
ii  tex-common                    0.43       Common infrastructure for using an
ii  ucf                           2.0018.1   Update Configuration File: preserv

Versions of packages tetex-base recommends:
pn  tetex-doc                     <none>     (no description available)

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0]     1.5.11         Debian configuration management sy
ii  debianutils               2.17           Miscellaneous utilities specific t
ii  dialog                    1.0-20060221-2 Displays user-friendly dialog boxe
ii  dpkg                      1.13.25        package maintenance system for Deb
ii  ed                        0.2-20         The classic unix line editor
ii  libc6                     2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libfontconfig1            2.4.2-1        generic font configuration library
ii  libfreetype6              2.2.1-5        FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.1.1-21     GCC support library
ii  libice6                   1:1.0.1-2      X11 Inter-Client Exchange library
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libkpathsea4 3.0-29 path search library for teTeX (run
ii  libpaper1                 1.1.21         Library for handling paper charact
ii  libpng12-0                1.2.15~beta5-1 PNG library - runtime
ii  libpoppler0c2             0.4.5-5.1      PDF rendering library
ii  libsm6                    1:1.0.1-3      X11 Session Management library
ii  libstdc++6                4.1.1-21       The GNU Standard C++ Library v3
ii  libt1-5                   5.1.0-2        Type 1 font rasterizer library - r
ii  libx11-6                  2:1.0.3-4      X11 client-side library
ii  libxaw7                   1:1.0.2-4      X11 Athena Widget library
ii  libxext6                  1:1.0.1-2      X11 miscellaneous extension librar
ii  libxmu6                   1:1.0.2-2      X11 miscellaneous utility library
ii  libxpm4                   1:3.5.5-2      X11 pixmap library
ii  libxt6                    1:1.0.2-2      X11 toolkit intrinsics library
ii  mime-support              3.39-1         MIME files 'mime.types' & 'mailcap
ii perl 5.8.8-7 Larry Wall's Practical Extraction ii sed 4.1.5-1 The GNU sed stream editor
ii  tex-common                0.43           Common infrastructure for using an
ii  ucf                       2.0018.1       Update Configuration File: preserv
ii  whiptail                  0.52.2-9       Displays user-friendly dialog boxe
ii  zlib1g                    1:1.2.3-13     compression library - runtime

Versions of packages tetex-extra depends on:
ii  tetex-bin                     3.0-29     The teTeX programs
ii  ucf                           2.0018.1   Update Configuration File: preserv

-- debconf information excluded

--
Jakub Wilk


--- End Message ---
--- Begin Message ---
Version: 2007-13

On 03.02.07 Jakub Wilk (ubanus@users.sf.net) wrote:

Hi,

> $ file foo.jpg
> foo.jpg: JPEG image data, JFIF standard 1.01
> $ ln -f foo.jpg foo.jpeg
> $ cat buggy.tex 
> \documentclass[a4paper]{article}
> \usepackage{graphicx}
> \begin{document}
> \includegraphics{foo.jpg}
> \includegraphics{foo.jpeg}
> \end{document}
> $ pdflatex -halt-on-error buggy.tex | tail -n 11
> 
> ! LaTeX Error: Unknown graphics extension: .jpeg.
> 
hille@kloetzer:~ $ file a.jpg
a.jpg: JPEG image data, JFIF standard 1.02
hille@kloetzer:~ $ ln -s a.jpg a.jpeg
hille@kloetzer:~ $ more jpeg.tex
\documentclass[a4paper]{article}
\usepackage{graphicx}
\begin{document}
\includegraphics{a.jpg}
\includegraphics{a.jpeg}
\end{document}
hille@kloetzer:~ $ pdflatex a.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./a.tex
LaTeX2e <2005/12/01>
<snip>
Output written on a.pdf (2 pages, 16188 bytes).
Transcript written on a.log.

hille@kloetzer:~ $ more /usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def
% 2006/08/14 v0.03t (HO)
%  * Extensions added: .jpeg, .JPG, .JPEG, .PNG, .PDF
%    No variants for .tif, because TIFF support is no longer
%    available.
%    No need for uppercase variant of .mps.
% 2007/01/06 v0.04c (HO)
%  * Support for JBIG2 added (pdfTeX 1.40.0).
% 2007/01/08 v0.04d (HO)
%  * Bug fix: .mps forgotten for extension list if pdfTeX >= 1.40.0
%  * .jbig2 and .jb2 are not listed in the extension list
%    if \pdfminorversion < 4. Thus \pdfminorversion should have
%    the correct value, if pdftex.def is loaded.

-> Closing

H.
-- 
sigmentation fault


--- End Message ---

Reply to: