[XeTeX] Typesetting Greek mathematical text using Unicode

Apostolos Syropoulos asyropoulos at yahoo.com
Mon Jan 16 17:03:53 CET 2012


>At the moment, the only possibility that I found that works is using:
>
>
>\documentclass[a4paper,10pt]{book}
>\usepackage{amsfonts}
>\usepackage[utf8x,math]{inputenx}
>\usepackage[greek]{babel}
>\PreloadUnicodePage{3}
>\usepackage{amsthm}
>

This is not a correct preamble! I am using XeLaTeX
to typeset Greek documents and I would use something 

like the following:


\documentclass[a4paper]{book}
\usepackage{xltxtra}
\usepackage{xgreek}
\usepackage{unicode-math}
\begin{document}
\setmainfont[Mapping=tex-text,Ligatures=Common]{GFS Bodoni}
\setsansfont[Mapping=tex-text,Scale=MatchLowercase]{Verdana}
\setmonofont[Scale=MatchLowercase]{UM Typewriter}
\setmathfont[Scale=MatchUppercase]{Asana Math}

 
Regards,

Apostolos


----------------------
Apostolos Syropoulos
Xanthi, Greece



More information about the XeTeX mailing list