WinEdt ⇒ Making PDF with figures
Making PDF with figures
I use the Latex option, it compiles the text but I get the "unknown file type" error when I include .eps files.
I have GhostScript+ GhostView installed, and I added the path in the startup macro, but it still doesn't help.
If anyone can help, I'll be grateful!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Making PDF with figures
pdflatex doesn't accept eps files as graphic input. Only jpg, png and pdf.
Using eps you can generate a ps file from dvi and further convert the ps file into pdf.