diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 20:05:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 20:05:34 +0000 |
commit | 475394d90803cb2cf33bfae1be2e0f69db6727ec (patch) | |
tree | 0390cb5d2ed9471c6d4343ccd298f321cfe37d15 /Master/texmf-dist/doc/latex/acmart/Makefile | |
parent | 9eb25126001ce227868e2031aa8508dc007d01d2 (diff) |
acmart (8apr18)
git-svn-id: svn://tug.org/texlive/trunk@47378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/acmart/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile index 23439c12e85..735b597076a 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -15,6 +15,7 @@ SAMPLES = \ sample-acmtog.tex \ sample-sigconf.tex \ sample-sigconf-authordraft.tex \ + sample-sigconf-xelatex.tex \ sample-sigplan.tex \ sample-sigchi.tex \ sample-sigchi-a.tex @@ -54,6 +55,14 @@ acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \ do pdflatex $<; done +sample-sigconf-xelatex.pdf: sample-sigconf-xelatex.tex $(PACKAGE).cls ACM-Reference-Format.bst + xelatex $< + - bibtex $* + xelatex $< + xelatex $< + while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \ + do xelatex $<; done + sample-manuscript.pdf \ sample-acmsmall.pdf \ sample-acmlarge.pdf \ @@ -61,6 +70,7 @@ sample-acmtog.pdf: samplebody-journals.tex sample-sigconf.pdf \ sample-sigconf-authordraft.pdf \ +sample-sigconf-xelatex.pdf \ sample-sigplan.pdf \ sample-sigchi.pdf: samplebody-conf.tex |