[EMAIL PROTECTED] wrote: > 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}
run it from inside LyX with the script fromm Steffen than the images are converted to pdf by deafult. http://www.lyx.org/help/pdf/pdf.php3#export Herbert -- http://www.lyx.org/help/
