summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat
blob: 918e698fb783a136791a7e3d2fae4016bac4343e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
:: Copyright (c) 2012-2016 hzz

@echo off

:: compile the tex file

xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex

::pause

biber biblatex-gb7714-2015

::pause

xelatex.exe --synctex=-1 biblatex-gb7714-2015.tex

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

:: clear aux files

del /q *.aux *.bbl *.blg *.log *.out *.toc *.bcf *.xml *.synctex *.nlo *.nls *.bak *.ind *.idx *.ilg *.lof *.lot *.ent-x *.tmp *.ltx *.los *.lol *.loc *.listing *.gz

:: compile the tex file

xelatex.exe --synctex=-1 biblatex-gb7714-2015ay.tex

::pause

biber biblatex-gb7714-2015ay

::pause

xelatex.exe --synctex=-1 biblatex-gb7714-2015ay.tex

::to do it again for backref 
xelatex.exe --synctex=-1 biblatex-gb7714-2015ay.tex

:: clear aux files

del /q *.aux *.bbl *.blg *.log *.out *.toc *.bcf *.xml *.synctex *.nlo *.nls *.bak *.ind *.idx *.ilg *.lof *.lot *.ent-x *.tmp *.ltx *.los *.lol *.loc *.listing *.gz