Skip to content
Discussion options

You must be logged in to vote

If you are using Quarto, why not use TinyTeX https://yihui.org/tinytex/, it should work really well with Quarto (it can be installed with quarto install tool tinytex), and if you add a few more packages with tlmgr works well with Pandoc. I used TinyTeX on a Mac and your markdown compiles to a PDF with emojis intact. I replaced "Noto Color Emoji" with "Apple Color Emoji", added a mainfont and used this command:

pandoc --verbose -s --pdf-engine lualatex -o uni.pdf uni.md

TinyTeX 2025.08 uses this version of LuaLaTeX:

[INFO] [makePDF] Rerun needed
  LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
[INFO] [makePDF] LaTeX run number 2
[INFO] [makePDF] LaTeX output…

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
2 replies
@jgm
Comment options

jgm Sep 1, 2025
Maintainer

@cod3licious
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
13 replies
@jgm
Comment options

jgm Sep 1, 2025
Maintainer

@cod3licious
Comment options

@cod3licious
Comment options

@iandol
Comment options

Answer selected by cod3licious
@cod3licious
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants