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

Compilation Error #147

Closed eppleshine closed 2 years ago

eppleshine commented 7 years ago

I have latest MiKTeX and Texmaker 5.0.1 installed in my Windows 10. I downloaded the Example folder and pasted awesome-cv.cls & fontawesome.sty in this folder. When I opened it, this came. I clicked OK.

1

Compiled and it started to download a lot of packages and then it said compile it with XeLaTex or LUALaTex. Compiled with XeLaTex xe

Compiled with LUALaTex la

Please solve these problems. I love this awesome template and want to use it. It's really awesome.

hasufell commented 7 years ago

Yeah, this template is missing basic instructions on dependencies and requirements. "It should work with a standard tex distribution" generally is not such an instruction.

Deteklover commented 7 years ago

I have exactly same problem ! It would great to have it run on fresh full Miktek install and Tekmaker under Windows 10.

Is there something to check or add in this config to have it run succefully ?

jat255 commented 7 years ago

@eppleshine Did you install the correct fonts? The error message seems to indicate that FontAwesome, SourceSans Pro, and Roboto are not installed.

Deteklover commented 7 years ago

All fonts are in the fonts folder, send with the entire project files. Everything needed is normally there !

justinbass commented 7 years ago

I got this working on Win10 with MiKTeX 2.9 and xelatex (from both Cygwin CLI and TeXStudio) with intense effort of pulling in dependencies manually (downloaded from various sources online) into the main directory where resume.tex lives, as well as removing the symlink for fonts and just moving the whole folder in. There was probably a better way, but this was many years ago. Attaching a snapshot of my directory if it helps. I also made other changes like moving everything into the main resume.tex. AwesomeCVDirectories.txt

To clarify, I saw numerous errors, including the "FontAwesome is missing" one, which was fixed by moving fonts into the resume.tex folder.

gdivya6028 commented 6 years ago

if you are working on windows, since resume.tex file is inside examples folder, you can place fonts folder too within this folder and execute resume.tex from TeXworks. I too had faced this error, and this is what I have done to make it work. Also in fontawesome.sty, changed line \newfontfamily{\FA}{FontAwesome} to \newfontfamily\fatest{FontAwesome}

rrryan2016 commented 4 years ago

if you are working on windows, since resume.tex file is inside examples folder, you can place fonts folder too within this folder and execute resume.tex from TeXworks. I too had faced this error, and this is what I have done to make it work. Also in fontawesome.sty, changed line \newfontfamily{\FA}{FontAwesome} to \newfontfamily\fatest{FontAwesome}

IT WORKS. THX

OJFord commented 2 years ago

Closed via #344.