diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-04 22:06:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-04 22:06:51 +0000 |
commit | 72ab27e8dbc6f44e906e1d570e98e957566cb603 (patch) | |
tree | 10a81193ec4ab1160c50a4ded282b51b6729ee9c /Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat | |
parent | 67228e148954896e0a854965c68ced6595691099 (diff) |
biblatex-gb7714-2015 (4jul17)
git-svn-id: svn://tug.org/texlive/trunk@44750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat')
-rwxr-xr-x | Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat | 29 |
1 files changed, 29 insertions, 0 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 new file mode 100755 index 00000000000..b57b4721604 --- /dev/null +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makeall.bat @@ -0,0 +1,29 @@ +:: 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 makefilebeamer
+
+call makeclear
+
+if exist *.userbak (
+ del *.userbak /Q
+)
\ No newline at end of file |