docker - fresh run LaTeX Error: File `fontawesome6.sty' not found. #573
-
Hello, With a fresh run using docker from the readme docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/texlive make I got this error LaTeX Error: File `fontawesome6.sty' not found. Seems an error introduced by #418. Do you have any suggestion, without manually downloading the files for font-awesome6? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
👋 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.
-
I have a similar error with a fresh run: |
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
-
@nixingyang @OJFord hat doesn't fix it, since the font seems to be causing more issues. Error
|
Beta Was this translation helpful? Give feedback.
Use
texlive/texlive:latest
, rather thanthomasweise/texlive
. See here.