Code: Select all
LaTeX Error: Unknown graphics extension: .eps.
Code: Select all
\documentclass{article}\usepackage{graphics}\begin{document}\includegraphics{sears1a.eps}\end{document}
Code: Select all
LaTeX Error: Unknown graphics extension: .eps.
Code: Select all
\documentclass{article}\usepackage{graphics}\begin{document}\includegraphics{sears1a.eps}\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
An it worked!It seems you're using graphics in the EPD format. A relatively easy way of solving this problem is loading\usepackage{epstopdf}
in your preamble and compiling with pdfLaTeX as usual. This will convert any EPS graphics to PDF first, you'll see the actual PDF files in your directory.
latex
compiles to DVI, which you can convert afterwards to PS and PDF. pdflatex
directly compiles to a PDF, no need for converting anymore.-shell-escape
enabled.Code: Select all
\usepackag{epstopdf}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p