Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Calibri Font

5,145 views
Skip to first unread message

Emil Salim

unread,
Feb 28, 2011, 3:13:58 PM2/28/11
to
Is there a package or a way to use Calibri font for my LaTeX document?
Thanks so much.

best,
Emil

Alan Munn

unread,
Feb 28, 2011, 3:35:11 PM2/28/11
to
In article
<0a8fea44-4d52-427e...@y36g2000pra.googlegroups.com>,
Emil Salim <pil...@gmail.com> wrote:

> Is there a package or a way to use Calibri font for my LaTeX document?
> Thanks so much.

The easiest way is to use XeLaTeX:

\documentclass{article}
\usepackage{fontspec}
\setmainfont[Mapping=text-tex]{Calibri}
\begin{document}
Some text in Calibri
\end{document}

Alan

Emil Salim

unread,
Feb 28, 2011, 6:36:25 PM2/28/11
to
Excellent, that worked instantly. Thanks a lot!

Emil

On Feb 28, 1:35 pm, Alan Munn <am...@msu.edu> wrote:
> In article
> <0a8fea44-4d52-427e-b896-3bcabadc5...@y36g2000pra.googlegroups.com>,

0 new messages