posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

where to place FontAwesome file #115

Closed lukegaylor closed 2 years ago

lukegaylor commented 7 years ago

So i running tex live on windoens and cannot for the life of me work out where to save the font file.

I have used the following question to try and guide me: http://tex.stackexchange.com/questions/88423/manual-font-installation

Do I just need to install the .ttf files or the .sty files. Currently I have all in ~texmf\tex\xelatex\fonts\truetype\awesomefont

And I am given the warning: fontspec error: "font-not-found" The font FontAwesome cannot be found....

johannesbottcher commented 7 years ago

Why do you want to place the file anywhere? The fontawesome package is installed with a default TeX Live installation, so there shouldn't be any problem.

lukegaylor commented 7 years ago

Well i have re-installed Texlive 2016 this morning and I am still getting the same error, the first one appears on line 164 "fontspec error: "font-not-found" The font FontAwesome cannot be found...." So my pdf generates with all the headings (Education, Skills, Experience...) but not the heading with name and contact details

johannesbottcher commented 7 years ago

Try the following example. If it doesn't run, ask a question on TeX.SX.

\documentclass{article}
\usepackage{fontspec}
\RequirePackage{fontawesome}
\begin{document}
\faCodeFork
\end{document}
lukegaylor commented 7 years ago

The example ran and exited normally, but only generated a blank page. Was that the purpose? I only see the page number.

johannesbottcher commented 7 years ago

You should see the symbol for a code fork. I suggest to ask on TeX.SX as this is really irrelevant to the template. It is a general LaTeX issue.

Crosslink

justinbass commented 7 years ago

Check out my comment here, if it helps: https://github.com/posquit0/Awesome-CV/issues/147

aptxna commented 6 years ago

For this Font issue in MacOS, just copy the .ttf files in the fonts folder of Awesome-CV to the folder of system "/Library/Fonts/", and then I've solved this issue by doing so.

77QingLiu commented 6 years ago

@aptxna where this the folder /Library/Fonts/ located in?

Hui-Li commented 6 years ago

@77QingLiu Open Finder and click menu bar - Go. Then hold option button and you will see Library.

OJFord commented 2 years ago

Closed via #344.