Open lakesare opened 1 year ago
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:
\DeclareUnicodeCharacter{27A4}{{\ensuremath{\Rightarrow}}}
and images for the emoji?sed
replacements in the pandoc
command here
more like this
Here is markdown on github for a comparison: