summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
index e3a4ed959fc..7c601466261 100644
--- a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
+++ b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
@@ -72,11 +72,11 @@ goto :eof
%latex% %latexflags% %target%.tex
if exist %bibfile% (
for %%f in (*.aux) do %bibtex% %bibtexflags% %%f
- %latex% %texflags% %target%.tex
) else (
echo Warning: Bibliography file does not exist
)
%latex% %latexflags% %target%.tex
+ %latex% %latexflags% %target%.tex
goto :eof
:help
@@ -113,11 +113,11 @@ goto :eof
%pdflatex% %pdflatexflags% %target%.tex
if exist %bibfile% (
for %%f in (*.aux) do %bibtex% %bibtexflags% %%f
- %pdflatex% %pdflatexflags% %target%.tex
) else (
echo Warning: Bibliography file does not exist
)
%pdflatex% %pdflatexflags% %target%.tex
+ %pdflatex% %pdflatexflags% %target%.tex
goto :eof
:pdf_2on1