diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-18 23:20:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-18 23:20:15 +0000 |
commit | b1738761511777180f24fe861550ef9b06de3af8 (patch) | |
tree | f438514dbbfbe03111de5b6c80fae93bde582925 /Master/texmf-dist/source/latex | |
parent | 721b1dbe9754ce2f222164010982be4e784f05f3 (diff) |
biblatex-gb7714-2015 (18nov16)
git-svn-id: svn://tug.org/texlive/trunk@42531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rwxr-xr-x | Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat | 4 | ||||
-rwxr-xr-x | Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat | 39 |
2 files changed, 23 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat index 5611bac139c..e51a63a69ef 100755 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat @@ -1,2 +1,2 @@ -@echo off
-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 *.userbak *.nav *.snm *.vrb
+@echo off +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 *.userbak *.nav *.snm *.vrb 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 270eb106c29..99467787bac 100755 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat @@ -1,19 +1,22 @@ -:: 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
-
+:: 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 + +::to do it again for backref +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 |