summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
index 5e5e05f3520..a426734c237 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
@@ -27,19 +27,20 @@ if "%1"=="" (
exit /b
:help
- echo all build DVI of autoref and thesis
- echo allpdf build PDF of autoref and thesis
+ echo all build PDF of autoref and thesis
+ echo allpdf build PDF of autoref and thesis
+ echo alldvi build DVI of autoref and thesis
%latexnmk% help
goto :eof
-:alldvi
- set target=thesis & %latexnmk% dvi
- set target=autoref & %latexnmk% dvi
- set target=
-goto :eof
-
:allpdf
set target=thesis & %latexnmk% pdf
set target=autoref & %latexnmk% pdf
set target=
goto :eof
+
+:alldvi
+ set target=thesis & %latexnmk% dvi
+ set target=autoref & %latexnmk% dvi
+ set target=
+goto :eof