diff options
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.cmd | 3 |
1 files changed, 2 insertions, 1 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 80ed92bfe9d..e41d5571ea8 100644 --- a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd +++ b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd @@ -169,7 +169,7 @@ goto :eof if "%1"=="help" ( :help - echo List of targets: + echo Targets: echo dvi ^(default^) build DVI echo clean remove output files echo epstoeps optimize EPS files @@ -177,6 +177,7 @@ if "%1"=="help" ( echo fixbb fix BoundingBox of EPS files echo help show list of targets echo html convert to HTML + echo pdf build PDF echo pdf_2on1 build PDF with two A5 pages on one A4 ordered by number echo pdf_book build PDF booklet ^(two A5 on A4^) echo ps build PS |