Skip to content

Commit

Permalink
Merge pull request #20316 from oscarbenjamin/pr_17_latex
Browse files Browse the repository at this point in the history
maint(docs): use xelatex for latex docs build
  • Loading branch information
oscarbenjamin committed Oct 22, 2020
2 parents 89d8f9e + b7b4153 commit 9e7ae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def build_docs():
cd _build/latex
# Build with xelatex because pdflatex can not be used with fontspec.
# https://github.com/sympy/sympy/issues/20307
export LATEXMKOPTS='-xelatex -silent'
$LATEXMKOPTS='-xelatex -silent'
make all
cp @(tarball_format['pdf-orig']) @("../../../dist/{pdf}".format(**tarball_format))
cd ../../../
Expand Down

0 comments on commit 9e7ae94

Please sign in to comment.