Penguin
Diff: PdfLatexNotes
EditPageHistoryDiffInfoLikePages

Differences between version 4 and revision by previous author of PdfLatexNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 4 Last edited on Tuesday, December 16, 2003 2:40:06 am by IanShields Revert
Older page: version 2 Last edited on Thursday, October 16, 2003 12:36:46 pm by JohnMcPherson Revert
@@ -78,4 +78,15 @@
  /Subject (...) 
  /Keywords (...) 
 
 </verbatim> 
+  
+!!! epstopdf package and command  
+  
+There is an epstopdf command to convert eps images to pdf for use with pdflatex. Threre is also an epstopdf package which will automate this for you.  
+  
+<verbatim>  
+\usepackage{graphicx}  
+\usepackage{epstopdf}  
+</verbatim>  
+  
+See http://www.tug.org/pipermail/latex2html/2001-March/001062.html