comprehensive-rust
comprehensive-rust copied to clipboard
set fallback fonts for PDF rendering
Once a new version of Pandoc is released that includes https://github.com/jgm/pandoc/pull/9204 and https://github.com/jgm/pandoc/pull/9353 (both merged), this will fix the emoji and symbol rendering issues in #1708.
It doesn't seem to be possible to set fallback fonts with luatexja-fontspec (used to configure CJK fonts), which results in some missing symbols in the translations but at least renders the emoji properly.
Closes #1708
Thank you for continuing to work on this!
Hi @max-heller, I'll be very happy to merge this, there is just a small conflict to resolve — I think it's because I moved the code to install Pandoc and friends in #1713.
Hi @max-heller, I'll be very happy to merge this, there is just a small conflict to resolve — I think it's because I moved the code to install Pandoc and friends in #1713.
resolved!
The new beautiful PDFs are now live! Thanks a lot!