mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.65k stars 758 forks source link

Font style bold and italic cannot be generated in the pdf file #39

Open ywiyogo opened 6 years ago

ywiyogo commented 6 years ago

After cloning the repository, I executed make and it generated the files. However, I see a different style in my resume.pdf. No bold and italic fonts are generated in the pdf file. I run in Linux Mint 18.2 Sonya based on Ubuntu 16.04. resume.pdf

Bai-Yingjie commented 6 years ago

same issue on Linux Mint 18 Sarah pandoc --version pandoc 2.2.1 Compiled with pandoc-types 1.17.4.2, texmath 0.11, skylighting 0.7.0.2

mszep commented 6 years ago

This looks like a fonts/context issue. What version of context are you using?

Bai-Yingjie commented 6 years ago

`# context --version

mtx-context | ConTeXt Process Management 0.61 mtx-context | mtx-context | main context file: /usr/share/texmf/tex/context/base/context.mkiv mtx-context | current version: 2015.05.18 12:26 ` I updated Pandoc as said by https://github.com/mszep/pandoc_resume/issues/44

mszep commented 6 years ago

Hm, that version of context should work. It must be a fonts issue then. Can you paste the console output and any .log files that are generated when running make? If it is a font issue, there should be some warnings or errors there.

Bai-Yingjie commented 6 years ago

context_resume.log resume.log

Right... There are lots "unknown font" lines in resume.log.

nitrocode commented 6 years ago

@Bai-Yingjie here is the full error

"unknown font 'texgyreheros-bold'"

Looks like that font may be missing. Have you tried installing that font? Also, did the docker container work for you?