[texhax] (no subject)

William Adams will.adams at frycomm.com
Thu May 31 17:26:08 CEST 2007


On May 31, 2007, at 5:24 AM, begzjav tuguldur wrote:

> I'm a Mongolian and working at Civil Aviation. I'm sorry if I wrote  
> this e-mail with error. I have a problem with fonts. I need use  
> arial (arialmon) font for my thesis. My boss didn't really agree  
> with times new roman. But I can't use arialmon. I use WinEdt5.3 and  
> Miktex 2.1. So my question is a How to use ARIAL in LATEX, MIKTEX.

Assuming the original for which Arial was matched would be okay, you  
should be able to get away with something like:

\documentclass{minimal}
\usepackage{helvet}                     %Add this line
\renewcommand\familydefault{\sfdefault} %and this one
\begin{document}
Test
\end{document}

If you have math, you'll also need to add \usepackage{sansmath} (you  
can download sansmath.sty from your local CTAN node if need be) and  
you may need to adjust your input and font encodings to facilitate it  
working properly.

William


-- 
William Adams
senior graphic designer
Fry Communications




More information about the texhax mailing list