Hello,

I have a sample script tex which tries to displat an eps file . I edited 
with lyx and export as tex. From command line I make:

pdflatex test.tex 

My script:

%% LyX 1.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[a4paper,english]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{graphics}

\makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}

\makeatother
\begin{document}
This is a image:

\includegraphics{example.eps} 
\end{document}



-------------------

The result comes as: 

)

! LaTeX Error: Unknown graphics extension: .eps.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.19 \includegraphics{example.eps}
? 
[1{/usr/share/texmf/dvips/config/pdftex.map
Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid 
entr
y for `rtxphvbo': SlantFont/ExtendFont can be used only with embedded T1 
fonts

Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid 
entr
y for `rtxphvro': SlantFont/ExtendFont can be used only with embedded T1 
fonts

Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid 
entr
y for `rtxptmbo': SlantFont/ExtendFont can be used only with embedded T1 
fonts

Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid 
entr
y for `rtxptmro': SlantFont/ExtendFont can be used only with embedded T1 
fonts
}] (./test.aux) ){/usr/share/texmf/dvips/base/8r.enc}
Output written on test.pdf (1 page, 2724 bytes).

the file is:

example.eps: PostScript document text conforming at level 3.0 - type EPS



I previous included eps files into Tex docs with no problems.
Some idea what the heck is going on ?

stefan

Reply via email to