diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-03 16:48:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-03 16:48:38 +0000 |
commit | b7a6f91b68a45d61623e2b875af7e975d02727af (patch) | |
tree | 46ee0a19108520cba641edb136cfbe221e45166c /Master/texmf-dist/source | |
parent | 7d8c827aba5e0a01b782b212162212c3d6866897 (diff) |
biblatex-gb7714-2015 (10apr18)
git-svn-id: svn://tug.org/texlive/trunk@47593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
5 files changed, 61 insertions, 92 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat index 3d490babdb5..e48e13bdd28 100755 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat @@ -1,27 +1,31 @@ -:: Copyright (c) 2012-2016 hzz
-
-@echo off
-
-if exist *.userbak (
- del *.userbak /Q
-)
-FOR %%c IN (*.pdf) DO (
- copy /Y "%%c" "%%c.userbak"
-)
-if exist *.pdf (
- del *.pdf /Q
-)
-
-::pause
-
-call makeclear
-
-call makefileeg
-
-call makefile
-
-::call makeclear
-
-if exist *.userbak (
- del *.userbak /Q
+:: Copyright (c) 2012-2016 hzz + +@echo off + +if exist *.userbak ( + del *.userbak /Q +) +FOR %%c IN (*.pdf) DO ( + copy /Y "%%c" "%%c.userbak" +) +if exist *.pdf ( + del *.pdf /Q +) + +::pause + +cd example + +call makefileeg + +cd .. + +call makeclear + +call makefile + +::call makeclear + +if exist *.userbak ( + del *.userbak /Q )
\ No newline at end of file diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeclear.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeclear.bat index 5332d6f9113..15f275bbb71 100644 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeclear.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeclear.bat @@ -1,5 +1,5 @@ -@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 *.synctex(busy)
-del /q *.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 *.synctex(busy) +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 c3eefd31974..e1e1245ba40 100755 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat @@ -1,26 +1,26 @@ -:: Copyright (c) 2012-2016 hzz
-
-@echo off
-
-
-:: compile the tex file
-
-call makeclear
-
-::pause
-
-echo biblatex-gb7714-2015.tex >> makecompilerec.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
-
+:: Copyright (c) 2012-2016 hzz + +@echo off + + +:: compile the tex file + +call makeclear + +::pause + +echo biblatex-gb7714-2015.tex >> example/makecompilerec.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 + diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat deleted file mode 100755 index 912486bcb58..00000000000 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat +++ /dev/null @@ -1,22 +0,0 @@ -@echo off
-
-echo compiled files info: > makecompilerec.dat
-
-setlocal enabledelayedexpansion
-for %%a in ( eg*.tex ) do (
-call makeclear
-set jobfile=%%a
-set jobname=!jobfile:~0,-4!
-echo %%a
-echo !jobfile!
-echo !jobname!
-echo !jobfile! >> makecompilerec.dat
-xelatex.exe --synctex=-1 !jobfile!
-biber !jobname!
-xelatex.exe --synctex=-1 !jobfile!
-)
-setlocal DISABLEDELAYEDEXPANSION
-
-call makeclear
-
-::pause
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat deleted file mode 100755 index f00d1cac364..00000000000 --- a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat +++ /dev/null @@ -1,13 +0,0 @@ -:: Copyright (c) 2012-2016 hzz
-
-@echo off
-
-
-:: compile the tex file
-
-xelatex.exe --synctex=-1 egtest.tex
-biber egtest
-xelatex.exe --synctex=-1 egtest.tex
-
-
-
|