diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat')
-rwxr-xr-x | Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat new file mode 100755 index 00000000000..270eb106c29 --- /dev/null +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat @@ -0,0 +1,19 @@ +:: Copyright (c) 2012-2016 hzz
+
+@echo off
+
+:: compile the tex file
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
+
+::pause
+
+biber biblatex-gb7714-2015
+
+::pause
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
+
+:: clear aux files
+
+del /q *.aux *.bbl *.blg *.log *.out *.toc *.bcf *.xml *.synctex *.nlo *.nls *.bak *.ind *.idx *.ilg *.lof *.lot *.ent-x *.tmp *.ltx *.los *.lol *.loc *.listing *.gz
\ No newline at end of file |