summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh
blob: b9d8831178421d42ccd5af63d2c192b04bb3571e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Copyright (c) 2012-2016 hzz

# exec path for tex live 2016
export PATH=${PATH}:/usr/local/texlive/2016/bin/x86_64-linux

#compile the tex file

xelatex --synctex=-1 biblatex-gb7714-2015.tex
biber biblatex-gb7714-2015
xelatex --synctex=-1 biblatex-gb7714-2015.tex
#to do it again for backref 
xelatex --synctex=-1 biblatex-gb7714-2015.tex

#clear aux files

./makeclear.sh