diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit index 94b79eb6169..152c392b6f0 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit +++ b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit @@ -1,5 +1,5 @@ # Makefile.latexinit -# Copyright (c) Markus Kohm, 2002-2007 +# Copyright (c) Markus Kohm, 2002-2008 # # This file is part of the LaTeX2e KOMA-Script bundle. # @@ -61,5 +61,8 @@ BIBTEXNOERROR = 0 # BibTeX returns 0 on ok BIBTEXFIX = sed -i -e 's/\\btxurlfont[[:space:]]*$$/\\expandafter&/' MPOST = mpost -tex=latex -interaction=batchmode +MPTOPDF = mptopdf + +EPSTOPDF = epstopdf export TEXINPUTS BIBINPUTS BSTINPUTS |