summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-14 20:14:52 +0000
committerKarl Berry <karl@freefriends.org>2022-03-14 20:14:52 +0000
commit873af42a29dbabe5cc59a04e68185db980094978 (patch)
treebe7f378f72181cb46b58a5cca63a024835a88aac /Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py
parent95296f38b350ceaab6ea6937b9fd9318bb30e511 (diff)
biblatex-gb7714-2015 (14mar22) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py
index 7287e2bbbe1..df45114a81e 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/makeall.py
@@ -19,7 +19,8 @@ def compileall():
pwd=os.getcwd()
- filesneedcopy=['chinese-erj.bbx', 'chinese-erj.cbx','example.bib', 'gb7714-1987.bbx', 'gb7714-1987.cbx',
+ filesneedcopy=['CCNUthesis.bbx','CCNUthesis.cbx','NWAFUthesis.bbx','NWAFUthesis.cbx','SEUthesis.bbx','SEUthesis.cbx',
+ 'chinese-erj.bbx','chinese-erj.cbx','example.bib', 'gb7714-1987.bbx', 'gb7714-1987.cbx',
'gb7714-1987ay.bbx', 'gb7714-1987ay.cbx', 'gb7714-2005.bbx', 'gb7714-2005.cbx', 'gb7714-2005ay.bbx',
'gb7714-2005ay.cbx', 'gb7714-2015-gbk.def', 'gb7714-2015.bbx', 'gb7714-2015.cbx', 'gb7714-2015ay.bbx',
'gb7714-2015ay.cbx', 'gb7714-2015ms.bbx', 'gb7714-2015ms.cbx', 'gb7714-2015mx.bbx', 'gb7714-2015mx.cbx']
@@ -89,6 +90,7 @@ def compileall():
print('pf=',pf)
if pf:
for file in pf:
+ print('---------compile new file:---------')
print('file=',file)
print('file=',os.path.splitext(file))
jobname=os.path.splitext(file)[0]
@@ -117,6 +119,8 @@ def compileall():
jobname="tngbcitationaynew"
else:
jobname="tngbcitationay"
+ print('---------compile new file:---------')
+ print('file=',jobname)
subprocess.run(["xelatex", "-no-pdf",jobname])
subprocess.run(["biber",jobname])
subprocess.run(["xelatex",jobname])