Skip to content
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

Open
DeveloperPaul123 opened this issue Sep 8, 2022 · 6 comments
Open

Robotolight Font Not Working Properly Out of the Box #440

DeveloperPaul123 opened this issue Sep 8, 2022 · 6 comments

Comments

@DeveloperPaul123
Copy link

I'm having issues with the changes in 1a5691e. It seems that the robotolight font is not being found or doesn't exist.

\newcommand*{\headerfontlight}{\robotolight}

@github-actions
Copy link

github-actions bot commented Sep 8, 2022

👋 Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

@telescopicSum
Copy link

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.

..
..
(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty
(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper.
sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd)
(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd)))

! LaTeX Error: File `roboto.sty' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
<read *>

l.78 \RequirePackage
[default,opentype]{sourcesanspro}^^M
No pages of output.
Transcript written on examples/cv.log.
make: *** [Makefile:16: cv.pdf] Error 1
Error: Command 'make' returned '2' when executed with arguments ''.
Now exiting container.
...

Please advise.

@rauerhans
Copy link

rauerhans commented Nov 6, 2022

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

@rauerhans
Copy link

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:
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/docker-texlive-full make

@telescopicSum
Copy link

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)

Screenshot from 2022-11-06 11-20-53

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.

@Moanrisy
Copy link

Moanrisy commented Jan 4, 2023

Reverting commit #403 and add fonts dir solved this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants