summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat')
-rwxr-xr-xMaster/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat33
1 files changed, 0 insertions, 33 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
deleted file mode 100755
index f8bf5df08f1..00000000000
--- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-:: Copyright (c) 2012-2018 hzz
-
-@echo off
-
-title %date% %time% makefile
-
-:: compile the tex file
-
-
-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 *.synctex(busy)
-
-
-
-del /q *.nav *.snm *.vrb *.fls *.xdv *.fdb_latexmk
-
-::pause
-
-echo biblatex-gb7714-2015.tex >> example/makerecord.dat
-
-xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
-
-biber biblatex-gb7714-2015
-
-xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
-
-::to do it again for backref
-xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
-
-
-:: clear aux files
-
-::call makeclear
-