diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-25 22:39:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-25 22:39:28 +0000 |
commit | dc4d59f0c0a68d9586f1d3f32d9f7a3bb32e29d9 (patch) | |
tree | 13fc38af4ae4a1d9228169a534699153acdeacd8 /Master/texmf-dist/source/latex | |
parent | c497804b45a4cdc10f5eb17d56b95983cae1ae06 (diff) |
biblatex-gb7714-2015 (25nov16)
git-svn-id: svn://tug.org/texlive/trunk@42576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
3 files changed, 86 insertions, 23 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 e51a63a69ef..7a70ad5c7de 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,3 @@ -@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
+del /q *.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 99467787bac..918e698fb78 100755 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat @@ -1,22 +1,41 @@ -:: 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 - +:: 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
+
+:: compile the tex file
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015ay.tex
+
+::pause
+
+biber biblatex-gb7714-2015ay
+
+::pause
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015ay.tex
+
+::to do it again for backref
+xelatex.exe --synctex=-1 biblatex-gb7714-2015ay.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 diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefilebeamer.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefilebeamer.bat new file mode 100644 index 00000000000..0ca1bd40eae --- /dev/null +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefilebeamer.bat @@ -0,0 +1,43 @@ +:: Copyright (c) 2012-2016 hzz
+
+@echo off
+
+:: compile the tex file
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015-beamer.tex
+
+::pause
+
+biber biblatex-gb7714-2015-beamer
+
+::pause
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015-beamer.tex
+
+::to do it again for backref
+xelatex.exe --synctex=-1 biblatex-gb7714-2015-beamer.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
+del /q *.nav *.snm *.vrb
+
+:: compile the tex file
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015ay-beamer.tex
+
+::pause
+
+biber biblatex-gb7714-2015ay-beamer
+
+::pause
+
+xelatex.exe --synctex=-1 biblatex-gb7714-2015ay-beamer.tex
+
+::to do it again for backref
+xelatex.exe --synctex=-1 biblatex-gb7714-2015ay-beamer.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
+del /q *.nav *.snm *.vrb
\ No newline at end of file |