Monday, 20 May 2013

Proper way to use LaTeX fonts in XeLaTeX

Proper way to use LaTeX fonts in XeLaTeX

What is the proper way to use LaTeX fonts, for example calligra or other fonts from the Font Catalogue in XeLaTeX.
Something like
\usepackage{fontspec}
\setromanfont{Calligra}
doesn't work. However using it just like in pdflatex via
\usepackage{calligra} and \calligra works. So what's the best way to use LaTeX fonts from the Fonts Catalogue in XeLaTeX?

No comments:

Post a Comment