Re: pdflatex don't work with images

2001-02-04 Thread Dekel Tsur
On Thu, Feb 01, 2001 at 11:46:42PM +0100, [EMAIL PROTECTED] wrote: > with the same source. You don't have to export the tex-file and edit > it, you can do that directly within LyX : in the figure dialog box, > enter the filename without its prefix (but you lose the preview !). You don't lose the

Re: pdflatex don't work with images

2001-02-02 Thread gauthier-vdm
Le jeu 1 fév, Tuukka Toivonen m'a écrit: > 4.Change all ".eps" extensions in the exported TeX file to > ".pdf". You can do this with something like > sed 's,\.eps,\.pdf,g' output.tex It's still beter to crop the extension : \includegraphics{image} so if you have both image.png an

Re: pdflatex don't work with images

2001-02-01 Thread Stephan E. Schlierf
Hi Thomas, you still can export your file to postscript and then use ps2pdf to convert it: Add the folling line - as one line - to your LaTeX preamble \usepackage[ps2pdf,pdftitle={the title of your document},pdfauthor={the name of the author},linkcolor=blue,linktocpage,colorlinks=true]{hyperref}

Re: pdflatex don't work with images

2001-02-01 Thread Herbert Voss
Thomas Templin wrote: > > Thursday, February 1st 2001 07:11 Herbert Voss wrote: > > > When I use use pdflatex for exporting LyX Documents it says > > > "!LaTeX Error: Unknown graphics estension: eps". > > > Any hint how to export eps figures with pdflatex? I > > > > pdflatex needs the pdf-format

Re: pdflatex don't work with images

2001-02-01 Thread Tuukka Toivonen
On Thu, 1 Feb 2001, Thomas Templin wrote: > Thursday, February 1st 2001 07:11 Herbert Voss wrote: > 1. LyX-Menu: File >Export >PDF(pdflatex) is just what I'm using. Up > to now i used ps2pdf for transforming my Documents and it's been ok, > butwhithout Hyperrefs. -Which IMO will make a PDF

pdflatex don't work with images

2001-01-31 Thread Thomas Templin
LyX 1.6.1, TETEX (SuSE 7.0) When I use use pdflatex for exporting LyX Documents it says "!LaTeX Error: Unknown graphics estension: eps". Any hint how to export eps figures with pdflatex? I GERMAN: Ich versuche vergeblich ein LyX Dokument mit EPS Grafiken über >Anzeigen >PDF(pdflatex) zu expor

Re: pdflatex don't work with images

2001-01-31 Thread Herbert Voss
Thomas Templin wrote: > > LyX 1.6.1, TETEX (SuSE 7.0) > When I use use pdflatex for exporting LyX Documents it says "!LaTeX > Error: Unknown graphics estension: eps". > Any hint how to export eps figures with pdflatex? I pdflatex needs the pdf-format of the images. why don't you use the pdf-exp

Re: pdflatex don't work with images

2001-01-31 Thread Thomas Templin
Thursday, February 1st 2001 07:11 Herbert Voss wrote: > > When I use use pdflatex for exporting LyX Documents it says > > "!LaTeX Error: Unknown graphics estension: eps". > > Any hint how to export eps figures with pdflatex? I > > pdflatex needs the pdf-format of the images. > why don't you use t