deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.77k stars 1.26k forks source link

Cannot compile #9

Closed w32zhong closed 9 years ago

w32zhong commented 9 years ago

I do not know why I am not able to compile it, even though I have the fonts.

(/usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.cfg))
kpathsea: Running mktextfm Lato-Lig
/usr/share/texmf/web2c/mktexnam: Could not map source abbreviation L for Lato-Lig.
/usr/share/texmf/web2c/mktexnam: Need to update /usr/share/texmf-texlive/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input Lato-Lig
This is METAFONT, Version 2.718281 (TeX Live 2009/Debian)

kpathsea: Running mktexmf Lato-Lig
! I can't find file `Lato-Lig'.
<*> ...ljfour; mag:=1; nonstopmode; input Lato-Lig
deedy commented 9 years ago

Isn't Lato-Lig in the repository, here? https://github.com/deedydas/Deedy-Resume/blob/master/OpenFonts/fonts/lato/Lato-Lig.ttf

w32zhong commented 9 years ago

Thanks, actually I finally solved the problem. I don't know why my xelatex complains about cannot find a font at specific path, it does not go to relative font directory AT ALL, instead it can successfully use the system fonts, therefore I mv the fonts directory you include in your project to /usr/share/fonts/truetype and use fc-list command to know the fond name to be passed into fontspec functions and I finally solve the problems.

w32zhong commented 9 years ago

Thanks very much for your reply. BTW, I really love your resume design, it looks pretty.

deedy commented 9 years ago

oh, sorry about that. A lot of these things are in my personal Latex editor set up and may not be true for everybody and it's hard to distinguish.

I'm glad you like it!

SperaticPenguin commented 8 years ago

Hey I'm running Mac OS X Yosemite 10.10.5 and I am no expert with computers.

I am having the same error being displayed. Can anyone help? I can't find a folder ../share/fonts/trutype I'm using TeXShop.

I'd really like to try this template!