diff options
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 |