Skip to content
Discussion options

You must be logged in to vote

To summarize the situation for other people who find this thread, the issue is that Quarto (through the latex templates we inherit from Pandoc) enables unicode-math by default in xelatex, and bm doesn't work with unicode-math.

So, here are some possible workarounds:

  • add pdf-engine: pdflatex to your document, although this will disable unicode support (because pdflatex doesn't support unicode)
  • change the fonts.latex pandoc partial (consult our documentation)
  • add mathspec: true to your format: pdf: configuration (though TBH I don't really understand what this does)

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
7 replies
@cscheid
Comment options

@cscheid
Comment options

@cscheid
Comment options

@mcanouil
Comment options

mcanouil May 1, 2025
Collaborator

@cscheid
Comment options

Comment options

You must be logged in to vote
3 replies
@mcanouil
Comment options

mcanouil May 1, 2025
Collaborator

@mcanouil
Comment options

mcanouil May 1, 2025
Collaborator

@mcanouil
Comment options

mcanouil May 1, 2025
Collaborator

Answer selected by retodomax
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
3 participants