source: flex_extract.git/documentation/Sphinx/build/latex/make.bat @ f66f990

ctbtodev
Last change on this file since f66f990 was f66f990, checked in by Anne Philipp <anne.philipp@…>, 5 years ago

deleted jobscripts for tracking and updated Sphinx doc

  • Property mode set to 100644
File size: 473 bytes
Line 
1@ECHO OFF
2
3REM Command file for Sphinx documentation
4
5pushd %~dp0
6
7set PDFLATEX=latexmk -pdf -dvi- -ps-
8
9set "LATEXOPTS= "
10
11if "%1" == "" goto all-pdf
12
13if "%1" == "all-pdf" (
14        :all-pdf
15        for %%i in (*.tex) do (
16                %PDFLATEX% %LATEXMKOPTS% %%i
17        )
18        goto end
19)
20
21if "%1" == "all-pdf-ja" (
22        goto all-pdf
23)
24
25if "%1" == "clean" (
26        del /q /s *.dvi *.log *.ind *.aux *.toc *.syn *.idx *.out *.ilg *.pla *.ps *.tar *.tar.gz *.tar.bz2 *.tar.xz *.fls *.fdb_latexmk
27        goto end
28)
29
30:end
31popd
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG