diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py index cfb906ebfd8..7e62839fe3f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py +++ b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py @@ -34,7 +34,7 @@ for file_name in directory_files: tex_file_file.close() # generate the .bcf, .dot and .pdf file - os.system("pdflatex " + basename) + os.system("xelatex -no-pdf " + basename) os.system("biber -output-format=dot --dot-include=crossref,field " + basename) os.system("dot -Gsplines=polyline -Tpdf " + basename + ".dot " + "-o " + basename + ".pdf") |