The LaTeX General Guidelines show a conditional invocation of the graphicx package. I wanted to test this out. I did the following:
- Created a
main.texin which I LEFT OUT the big, complicated, conditional header linked above - Included a
myplot.pdfandmyplot.epsin my working directory. - Included a call to
\includegraphics{myplot}in mymain.tex. - Ran TeXify.
myplot.epswas plotted as desired. - Ran PdfTeXify.
myplot.pdfwas plotted as desired.
Q: Considering that my steps above worked perfectly fine, what's the point of the big, complicated, conditional header?
Q: Do pdftex and dvips really need to be passed as options to \documentclass and \usepackage{graphicx}?