diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/makefile b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/makefile index 9f34e5f28c7..3d7b16d8cb4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/makefile +++ b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/makefile @@ -1,6 +1,8 @@ all: *tex *bib xelatex --shell-escape biblatex-bookinarticle.tex biber biblatex-bookinarticle + biber -output-format=dot --dot-include=crossref,field biblatex-bookinarticle + dot -Tpdf biblatex-bookinarticle.dot -o biblatex-bookinarticle-crossref.pdf xelatex --shell-escape biblatex-bookinarticle.tex clean:bookinarticle |