Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make: *** [pdf] Error 43 when using other pdf-engine #111

Open
luceat-lux-vestra opened this issue Sep 15, 2021 · 0 comments
Open

make: *** [pdf] Error 43 when using other pdf-engine #111

luceat-lux-vestra opened this issue Sep 15, 2021 · 0 comments

Comments

@luceat-lux-vestra
Copy link

It caused by
in preamble.tex

\usepackage{xunicode}
\usepackage{xltxtra}

I changed to

\ifxetex
  \usepackage{mathspec}
  \usepackage{xltxtra,xunicode}
\else
  \usepackage{fontspec}
\fi

from template.tex and no problem(with LuaLaTeX).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant