Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pdf should render inline code & unicode symbols #100

Open
lakesare opened this issue Jun 22, 2023 · 1 comment
Open

Pdf should render inline code & unicode symbols #100

lakesare opened this issue Jun 22, 2023 · 1 comment

Comments

@lakesare
Copy link
Contributor

  1. Inline code should be more like this
image
  1. Some unicode symbols aren't getting rendered properly
image

Here is markdown on github for a comparison:

image
@m4lvin
Copy link

m4lvin commented Nov 18, 2024

For 2. it seems there are only three missing unicode symbols, here is a list:

Missing character: There is no ➤ (U+27A4) in font DejaVuSerif:mode=node;script
Missing character: There is no 🎉 (U+1F389) in font DejaVuSerif:mode=node;scri
Missing character: There is no 💀 (U+1F480) in font DejaVuSerif:mode=node;scri
Missing character: There is no 💀 (U+1F480) in font DejaVuSansMono:mode=node;s
Missing character: There is no 🎉 (U+1F389) in font DejaVuSansMono/I:mode=node
Missing character: There is no 💀 (U+1F480) in font DejaVuSansMono:mode=node;s

(Obtained with cat out.log | grep "There is no" | uniq after compiling the .tex file.)

Two alternative ideas to solve this:

  • use \DeclareUnicodeCharacter{27A4}{{\ensuremath{\Rightarrow}}} and images for the emoji?
  • add even more sed replacements in the pandoc command here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants