Skip to content

Version 0.2.2 Fixed bug with math rendering

Compare
Choose a tag to compare
@eeholmes eeholmes released this 20 Jan 21:09
· 16 commits to main since this release

The header.tex file had

\usepackage[T1]{fontenc}

and that causes math not to render with xelatex, the default engine that Quarto uses. It is not needed anyhow as it was only there for international letter rendering and Quarto's tex headers should add the appropriate packages and specs.