summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-13 22:25:19 +0000
committerKarl Berry <karl@freefriends.org>2018-01-13 22:25:19 +0000
commit3bdc043bee564bb6b5e9d65d69982e664ced332c (patch)
treec5f21be510b07faa8b3268b2b7863d03d6cb9e8b /Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat
parentac9663467d3cef3ff83c9f7e3e13b5926c5dc04b (diff)
biblatex-gb7714-2015 (13jan18)
git-svn-id: svn://tug.org/texlive/trunk@46298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat')
-rwxr-xr-xMaster/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat
new file mode 100755
index 00000000000..f00d1cac364
--- /dev/null
+++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefileegtest.bat
@@ -0,0 +1,13 @@
+:: Copyright (c) 2012-2016 hzz
+
+@echo off
+
+
+:: compile the tex file
+
+xelatex.exe --synctex=-1 egtest.tex
+biber egtest
+xelatex.exe --synctex=-1 egtest.tex
+
+
+