-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am using pandoc with the pdfTex TexLive renderer to compile from mixed markdown/LaTeX to pdf, and it looks like LaTeX is using the wrong font trying to display the icons. I have tried adding \pdfmapfile{+simpleicons.map} to the header as per the documentation, but that does not help.
My document is very simple, so I will paste it, as well as the terminal output below:
---
header-includes:
- \usepackage{simpleicons}
- \pdfmapfile{+simpleicons.map}
---
Testing: \simpleicon{html5}
Testing: \simpleicon{css3}
and I get the output:
[WARNING] Missing character: There is no Ê (U+00CA) in font cmr10!
[WARNING] Missing character: There is no ó (U+00F3) in font cmr10!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels