Log Message:
-----------
Added \usepackage{epstopdf} on the suggestion of Frank Wolfs to the TeX header.
This allows the CAPA files to print pictures with pdflatex even though they
use .eps figures.
Modified Files:
--------------
webwork-modperl/conf/snippets:
hardcopyPreamble.tex
Revision Data
-------------
Index: hardcopyPreamble.tex
===================================================================
RCS file: /webwork/cvs/system/webwork-modperl/conf/snippets/hardcopyPreamble.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lconf/snippets/hardcopyPreamble.tex -Lconf/snippets/hardcopyPreamble.tex -u -r1.2 -r1.3
--- conf/snippets/hardcopyPreamble.tex
+++ conf/snippets/hardcopyPreamble.tex
@@ -18,7 +18,9 @@
\documentclass[10pt,dvips]{amsart}
\usepackage{amsmath,amsfonts,amssymb,multicol}
\usepackage[pdftex]{graphicx}
+\usepackage{epstopdf} % allows use of eps files with pdftex
\usepackage{epsf}
+\usepackage{epsfig}
\usepackage{pslatex}
\pagestyle{plain}
\textheight 9in
|