2011/12/1 Matthew Overland :
> Dear all
>
> I am trying to learn xelatex after being given a large document that has
> greek, english and simplified Chinese. I can get most things working but am
> stuck on one point.
>
> I don't know how to get BOTH the greek and mandarin displayed in the
> docume
There are various ways you can do this.
If I were doing it, I would probably put something like the following in
the preamble:
\setmainfont[Mapping=tex-text]{MainFont}
\newfontfamily{\G}[Scale=1]{GreekFont}%
\newfontfamily{\C}[Scale=1]{ChineseFont}%
And then in the text I would put all Greek
Dear all
I am trying to learn xelatex after being given a large document that has
greek, english and simplified Chinese. I can get most things working but
am stuck on one point.
I don't know how to get BOTH the greek and mandarin displayed in the
document
When I use the *\setmainfont* command I