diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-22 21:45:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-22 21:45:55 +0000 |
commit | 927ae43703393d70deb572550c8cbc80372df2d6 (patch) | |
tree | 8075230c9d0fdc72cd50fc062816d6df3d5d7208 /Master/texmf-dist/source/latex | |
parent | 95cd6de0e94471021043c7ca56406ea14e866aa4 (diff) |
biblatex-gb7714-2015 (22oct16)
git-svn-id: svn://tug.org/texlive/trunk@42325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rwxr-xr-x | Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat new file mode 100755 index 00000000000..270eb106c29 --- /dev/null +++ b/Master/texmf-dist/source/latex/biblatex-gb7714-2015/makefile.bat @@ -0,0 +1,19 @@ +:: 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
+
+:: 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
\ No newline at end of file |