summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-02 23:52:12 +0000
committerKarl Berry <karl@freefriends.org>2017-01-02 23:52:12 +0000
commitaa1a932fe76016a8027d7db1c45d07963bf2f6d5 (patch)
treea3a9f83736a7d1c26aba11c7cf8f90d99e7baf84 /Master/texmf-dist/source/latex
parent1bdf1e01dea15d5b489d680cc0730a717f48c2c4 (diff)
biblatex-gb7714-2015 (27dec16)
git-svn-id: svn://tug.org/texlive/trunk@42846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--[-rwxr-xr-x]Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclear.bat (renamed from Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat)0
-rwxr-xr-xMaster/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat15
-rw-r--r--Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefilebeamer.bat6
3 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclear.bat
index 7a70ad5c7de..7a70ad5c7de 100755..100644
--- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclean.bat
+++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/gbtclear.bat
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 918e698fb78..c64742f30a9 100755
--- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat
+++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat
@@ -4,6 +4,17 @@
:: compile the tex file
+xelatex.exe --synctex=-1 egbibenv-right.tex
+biber egbibenv-right
+xelatex.exe --synctex=-1 egbibenv-right.tex
+xelatex.exe --synctex=-1 egbibenv-left.tex
+biber egbibenv-left
+xelatex.exe --synctex=-1 egbibenv-left.tex
+xelatex.exe --synctex=-1 egbibenv-gb7714-2015.tex
+biber egbibenv-gb7714-2015
+xelatex.exe --synctex=-1 egbibenv-gb7714-2015.tex
+
+
xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex
::pause
@@ -19,7 +30,7 @@ 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
+call gbtclear
:: compile the tex file
@@ -38,4 +49,4 @@ 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
+call gbtclear \ 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
index 0ca1bd40eae..78ffbbe4140 100644
--- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefilebeamer.bat
+++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefilebeamer.bat
@@ -19,8 +19,7 @@ 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
+call gbtclear
:: compile the tex file
@@ -39,5 +38,4 @@ 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
+call gbtclear \ No newline at end of file