This question already has an answer here:
i m using following command.
\renewcommand{\familydefault}{\sfdefault}
\usepackage{arial}
but getting error message:
! LaTeX Error: File `arial.sty' not found. How can i fix this error.
Regards
|
This question already has an answer here: i m using following command.
but getting error message: ! LaTeX Error: File `arial.sty' not found. How can i fix this error. Regards |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Does it have to be
If no, you can use To install: a) follow http://www.tug.org/fonts/getnonfreefonts/ to install the b) run c) Use the following in your document:
d) If you have
|
|||||||||||
|
\usepackage{helvet}. – Aydin Feb 19 at 11:14