Skip to content

[pdfLatex] Missing character in font cmr10 #26

@VVill-ga

Description

@VVill-ga

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions