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 | 16 |
1 files changed, 8 insertions, 8 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 index 4496d31a805..5c17269bcd6 100755 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat @@ -1,4 +1,4 @@ -:: Copyright (c) 2012-2016 hzz
+:: Copyright (c) 2012-2018 hzz
@echo off
@@ -7,9 +7,12 @@ call makeclear
+cd
+
+
::pause
-echo biblatex-gb7714-2015.tex >> example/makecompilerec.dat
+echo biblatex-gb7714-2015.tex >> example/makerecord.dat
xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
@@ -24,15 +27,12 @@ cd example call makeclear
-
-
del *.bbx /Q
-
-
del *.cbx /Q
-
-
del *.def /Q
+del *.pdf /Q
+
+cd ..
:: clear aux files
|