summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh
deleted file mode 100644
index 813aaa6df76..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makefile.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/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
-
-./makeclear.sh
-
-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
-
-