phd_thesis_markdown icon indicating copy to clipboard operation
phd_thesis_markdown copied to clipboard

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

Open luceat-lux-vestra opened this issue 2 years ago • 0 comments

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).

luceat-lux-vestra avatar Sep 15 '21 10:09 luceat-lux-vestra