Re: How to introduce verdana font in letex
Radhakrishnan CV <[email protected]>
| Newsgroups | gmane.comp.tex.tugindia |
|---|---|
| Organization | www.cvr.cc |
| Message-ID | <[email protected]> |
On 08/01/11 9:52 AM, anand mahendran wrote:
> Can any one suggest me how to include Verdana font in latex
You might make use of xelatex and try the following example code:
\documentclass{article}
\usepackage{fontspec}
\usepackage{lipsum}
\setmainfont{Verdana}
\begin{document}
\lipsum[1]
\end{document}
--
Radhakrishnan
_______________________________________________
Home: http://www.tug.org.in/
TeX FAQ: http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia