summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat')
-rwxr-xr-xMaster/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat
new file mode 100755
index 00000000000..edf183038f8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat
@@ -0,0 +1,25 @@
+:: Copyright (c) 2012-2016 hzz
+
+@echo off
+
+IF NOT EXIST gb7714-2015.bbx (
+copy ..\gb7714-2015.bbx . /y
+copy ..\gb7714-2015.cbx . /y
+copy ..\gb7714-2015ay.bbx . /y
+copy ..\gb7714-2015ay.cbx . /y
+)
+
+
+:: compile the tex file
+
+xelatex.exe --synctex=-1 egtest.tex
+biber egtest
+xelatex.exe --synctex=-1 egtest.tex
+
+del *.bbx /Q
+del *.cbx /Q
+
+
+
+
+