You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
more like this
Here is markdown on github for a comparison:
The text was updated successfully, but these errors were encountered: