[Tex/LaTex] ! LaTeX Error: File `uarial.sty’ not found errorsinstalling I am gettting the below error. ! LaTeX Error: File `uarial.sty' not found. How to fix this? Thanks Best Answer you have to install the "non free fonts" from CTAN which is easy with Linux. run in a terminal: wget -q https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts texlua ./install-getnonfreefonts getnonfreefonts-sys -a Depending on your system (Windows, latest Ubuntu,...), the last command should be getnonfreefonts --sys -a or if you have no root rights, then use sudo texlua ./install-getnonfreefonts sudo getnonfreefonts-sys -a Only for a local user based installation use getnonfreefonts instead of the getnonfreefonts-sys That will install Arial and others in your local texmf/ directory. It is also possible under Windows with running cmd to get a terminal window, too. Related Solutions[Tex/LaTex] a ‘file not found’ error message! the document makes no output, add \maketitle after \author then it will make a PDF file to be found. [Tex/LaTex] ! LaTeX Error: File `res.cls’ not found. Why Go to this website and to download this file named res.cls. Put it with the .tex file together. Then it will work. Related Question[Tex/LaTex] error file not found with simple example[Tex/LaTex] latex error : file geometry.sty not found[Tex/LaTex] LaTeX Error: File `scrpage2.sty’ not found
Best Answer
you have to install the "non free fonts" from CTAN which is easy with Linux. run in a terminal:
Depending on your system (Windows, latest Ubuntu,...), the last command should be
or if you have no root rights, then use
Only for a local user based installation use
getnonfreefonts
instead of thegetnonfreefonts-sys
That will install Arial and others in your local texmf/ directory. It is also possible under Windows with running
cmd
to get a terminal window, too.