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