Skip to content
Discussion options

You must be logged in to vote

Thank you for the answer. By playing around with the LaTeX code, i got my desired output using the latexmk engine. I assume it has something to do with this snipped in the preamble:

\usepackage{amsmath,amssymb}
\usepackage{iftex}
\ifPDFTeX
  \usepackage[T1]{fontenc}
  \usepackage[utf8]{inputenc}
  \usepackage{textcomp} % provide euro and other symbols
\else % if luatex or xetex
  \usepackage{unicode-math}
  \defaultfontfeatures{Scale=MatchLowercase}
  \defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1}

in short, using pdf-engine: latexmk in my quarto.yml solved my problem.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PascalGitz
Comment options

Answer selected by PascalGitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies themes Related to HTML theming or any other style related issue (like highlight-style) math any issue related to math support in specific formats
2 participants