I am in the process of converting an author's paper into a journal template and I am having a great deal of difficulty understanding what this portion of their preamble does.
\usepackage[dvips]{hyperref}%needs to be last package listed; use dvips -z.
\input{epsf}
As for dvips:
I have tried to read about it online, and it seems to have something to do about making the article look nicer when it is printed? I don't think I understand the purpose because the advantages I have read about seem inconsequential because the output of the code is going to be a pdf document anyway. I don't think I have the level of technical expertise necessary to understand what this package does in the documentation I've found online.
For epsf:
I cannot figure out what this command does. I believe it has something to do with the way figures are displayed. In particular, the figures are inserted using code as follows:
\begin{figure}%1, 2 before
\[
\begin{array}{ccc}
\noindent\epsffile{8d.eps} &\epsffile{8e.eps} &\epsffile{8a.eps}
\\%40, 30%
\mbox{(a)} &\mbox{(b)} &\mbox{(c)}
\end{array}
\]
but I have never seen \epsfile used before. After searching, I am under the impression that this is an outdated command, but I would like to be sure. Is there any difference between this and replacing \epsffile with \includegraphics?
epsfhas been superceded bygraphicsandgraphicxsince at least 1994. – Mike Renfro Dec 23 '14 at 02:18eqnarray: it's in LaTeX2e because it was in LaTeX2.09 but no-one would recommend using it today. – Joseph Wright Dec 23 '14 at 07:44