Use latexmk with xelatex
Jul 2013
To compile a latex file with latexmk and xelatex you can use the following line of code
latexmk -pdf -e '$pdflatex=q/xelatex %O %S/' input.texwhere input.tex is the latex file you want to compile.
Jul 2013
To compile a latex file with latexmk and xelatex you can use the following line of code
latexmk -pdf -e '$pdflatex=q/xelatex %O %S/' input.texwhere input.tex is the latex file you want to compile.