summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makefileegtest.bat
blob: edf183038f821497885e0b36864bc0f3d76a0320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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