Re: [XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-19 Thread d fulano
Many thanks, using -ccmp , works perfect !! From: and...@gmail.com Date: Thu, 19 Jan 2012 13:14:44 +1030 To: list.a...@twardoch.com; xetex@tug.org Subject: Re: [XeTeX] Typesetting Greek mathematical text using Unicode Try

Re: [XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-18 Thread Andrew Moschou
I opened Cambria in a font editor, and it looks fine. I also opened Cambria in the character map, and it displayed it wrong just as you describe. No idea where the problem lies... Andrew On 18 January 2012 23:59, d fulano donfulan...@hotmail.com wrote: Many thanks for your replies, the

Re: [XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-18 Thread Adam Twardoch (List)
My Cambria is Version 5.96, © 2009 Microsoft Corporation. All Rights Reserved. A. -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-18 Thread Andrew Moschou
Try this, it works: \documentclass[a4paper]{article} \usepackage{xltxtra} \setmainfont[RawFeature=-ccmp]{Cambria} \begin{document} Ἀριθμὸς \char1F08 \end{document} There is an instruction in the font that says, when we come across Ἀ, replace it with Alpha and the smooth breathing mark. But in

[XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-16 Thread d fulano
I am trying to re-typeset a 200-page mathematics textbook using LaTeX / XeLaTeX. The original was produced over 15 years ago using LaTeX (2.09 perhaps). The original files were long lost, however we from jpg scans of all the pages -- and a day using Tesseract-OCR -- we were able to extract

Re: [XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-16 Thread Pander
On 01/16/2012 02:10 PM, d fulano wrote: I am trying to re-typeset a 200-page mathematics textbook using LaTeX / XeLaTeX. The original was produced over 15 years ago using LaTeX (2.09 perhaps). The original files were long lost, however we from jpg scans of all the pages -- and a day

Re: [XeTeX] Typesetting Greek mathematical text using Unicode

2012-01-16 Thread Apostolos Syropoulos
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