I would like to do something like
\if{\pdflatex}{
\includepdf{file.pdf}
}
\if{\latex}{
\epsfig{file.eps}
}
Maybe this isn't the best example, but do control-flow solutions exist in LaTeX to let us do something depending on how we compile?
|
I would like to do something like
Maybe this isn't the best example, but do control-flow solutions exist in LaTeX to let us do something depending on how we compile? |
||||
|
|
|
The ifpdf package. Although for your specific example of wanting to include graphics.eps or graphics.pdf it's better to |
|||
|
|