[Tugindia] How to introduce verdana font in letex

Radhakrishnan CV cvr at cvr.cc
Sat Jan 8 08:01:03 CET 2011


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



More information about the tugindia mailing list