-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Robotolight Font Not Working Properly Out of the Box #440
Comments
👋 Welcome! Looks like this is your first issue.Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 |
Hi, I am just a basic user. I am trying to use the docker command to compile my cv. I encounter the similar problem, it gives me below output on Ubuntu prompt. The roboto.sty is the issue... ! LaTeX Error: File `roboto.sty' not found.Type X to quit or to proceed, Enter file name: l.78 \RequirePackage
|
I think it's because the font used to be bundled with this repo, but the latex distribution inside of the container image advertised in the readme does not have the package |
yup, using this image fixes it (albeit it's quite a bloated image, literally a full latex with gb of layers, but it works). E.g. replace the docker command with this should fix it for you: |
Thank you for your follow-up. Yes, I read i can use the texlive-full but did not figure out the command. I will take note of above. It was about 2 months ago, I read that it is related to the change of #403 . So at the end after many hours to searching and trying, i was inspired from the Overleaf website, copy the "fonte" folder (my "fix" was just to re-create the pre-403 version, I think) and it was one big step forward for me towards successful compilation, plus some changes on latex script on fontawsome*.tff It is working now for my need. It is my first experience with Docker. |
Reverting commit #403 and add fonts dir solved this issue |
I'm having issues with the changes in 1a5691e. It seems that the
robotolight
font is not being found or doesn't exist.Awesome-CV/awesome-cv.cls
Line 165 in 5b05d93
The text was updated successfully, but these errors were encountered: