diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat')
-rwxr-xr-x | Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100755 index edf183038f8..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat +++ /dev/null @@ -1,25 +0,0 @@ -:: 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 - - - - - |