Robotolight Font Not Working Properly Out of the Box #562
Replies: 8 comments
-
👋 Welcome! Looks like this is your first issue.Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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: |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Reverting commit #403 and add fonts dir solved this issue |
Beta Was this translation helpful? Give feedback.
-
I'd vote for keeping it as a package dependency, but we should update the README to clarify that it's not included in the
There is also a hint to map local fonts to the Docker container as described here. However, this didn't work for me. Maybe someone finds a way to make it work with |
Beta Was this translation helpful? Give feedback.
-
I'd suggest using OJFord/docker-texlive, it's updated weekly in a GitHub Actions cron job, and it's what I use myself, so slightly more tested in that sense. The thomasweise images seem not to have been updated for several years. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions