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

Re: LaTeX and PDF-files



On Wed, Dec 13, 2000 at 11:12:33AM +0100, Joerg Johannes wrote:
> To all pdflatex-users
> 
> I tried to convert my .tex-files to pdf with the pdflatex-command. This
> works great for text-only documents. It seems that pdflatex cannot
> include pictures (they are ok., latex --> xdvi shows them...). Do I have
> to include them in a special format (I tried .bmp, .png, .ps as input;
> latex --> dvi makes it all, but pdflatex just leaves space...)
> How can I do this?

Try converting your images to jpeg.

Here is a message which I saved some months ago about this subject:

-------------------------------
the following example

\pdfoutput=1
\documentclass[a4paper, pdftex]{report}
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.jpg}
\begin{document}
\includegraphics{somepicture}
\end{document}

should work on your system, where somepicture.jpg is an existing image
in the same directory as example.tex.

If so, look for package(s) that may produce errors, else update pdftex
as well as graphicx (if there's a newer one, i don't know)
-------------------------------------------------------

And another one:
-----------------------------------------

"Peter Holzer" <holzer@stat.math.ethz.ch> wrote:
> I have the following problem: I typically include postscript
> files in my latex document, using the package graphicx.
> When I want to create a pdf document using pdflatex I have
> to use epstopdf on each of my graphic files.
> Is there a simpler way? I mean, can I tell pdflatex to convert
> the postscript graphic into a pdf graphic? I tried
> \DeclareGraphicsRule but this seems just to work for dvips, so
> I don't know what to do now.
> I work under Linux.

You can use VTeX from Micropress, Inc. It can generate PDF files and can
include PS files natively. And the best: the Linux version is free.

http://www.micropress-inc.com/linux/
http://www.micropress-inc.com/gex/gex.htm
----------------------------------------------------------------
I did not ttry out VTeX.  Will probably some time.

Regards.
Johann
-- 
J.H. Spies - Tel. 082 782 0336 / 023 55 11 568
     "For thou art my hope, O Lord GOD; thou art my trust 
      from my youth."               Psalms 71:5 



Reply to: