diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat')
-rwxr-xr-x | Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat new file mode 100755 index 00000000000..e7e19fc668a --- /dev/null +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileeg.bat @@ -0,0 +1,19 @@ +:: Copyright (c) 2012-2016 hzz
+
+@echo off
+
+
+:: 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
+
|