Use pdflatex instead of plain latex
authorFrank Terbeck <ft@bewatermyfriend.org>
Sun, 19 Jun 2011 12:22:58 +0000 (14:22 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Sun, 19 Jun 2011 12:22:58 +0000 (14:22 +0200)
commit1da783123e58c29f35835b1f317894835e2d7588
tree4efbb975e409d5b298c0f4686f10ad5c9f537489
parent2f02b357d2052cb0d43d19b31832f5e64827c7b3
Use pdflatex instead of plain latex

With recent texlive, I'm running into the following problem:

[snip]
! Package ifpdf Error: Name clash, \ifpdf is already defined.

See the ifpdf package documentation for explanation.
? H
Incompatible versions of \ifpdf can cause problems,
therefore package loading is aborted.
[snap]

Since we're only building pdf output anyway, I'm getting rid of it
and use `pdflatex' instead of `latex' in the Makefile.
Makefile
grml-zsh-refcard.tex.in