Add texlive-fontsextra to Archlinux prerequisites
Add texlive-fontsextra to the list of installed packages on Archlinux. I get the following error if the package is not installed when I try to build the PDF using "make": LaTeX Error: File `fontawesome.sty' not found. Tested using the archlinux/base:latest Docker image. The command I ran before building the PDF is: pacman -Sy texlive-core texlive-latexextra make Then tried build the PDF by running: make clean make After I got the error above, I installed texlive-fontsextra using: pacman -Sy texlive-fontsextra Then tried to build again. The build worked OK the second time. The generated PDF also had the right fontawesome icons. Before installing texlive-fontsextra, I had tried just installing the fontawesome package using: pacman -Sy ttf-font-awesome I, however, got the same error when I tried to build the PDF after. Signed-off-by: Jason Rogena <jason@rogena.me>
This commit is contained in:
parent
55ec0fb443
commit
e70b3d9ecd
@ -28,7 +28,7 @@ Depending on your GNU/Linux distribution the package names may be different. Bas
|
|||||||
|
|
||||||
__On Arch Linux:__
|
__On Arch Linux:__
|
||||||
|
|
||||||
$ sudo pacman -Sy texlive-core texlive-latexextra
|
$ sudo pacman -Sy texlive-core texlive-latexextra texlive-fontsextra
|
||||||
|
|
||||||
__On Fedora:__
|
__On Fedora:__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user