\setupmathematics[lcgreek=normal] problem with default font
Hello, BTW, after setting \setupmathematics[lcgreek=normal] with default TeX math font, all low case greek letters are disappeared :( Vyatcheslav
On Mon, 9 Nov 2009, Vyatcheslav Yatskovsky wrote:
BTW, after setting \setupmathematics[lcgreek=normal] with default TeX math font, all low case greek letters are disappeared :(
Hans, any idea why ConTeXt is looking for U+03B1 in font LMMath12-Regular rather than in LMRoman12-Regular? Vyatcheslav, if you want upright greek letters, you should really consider using an opentype math font (cambria, asana, irianis ADF math). Aditya
On Mon, Nov 09, 2009 at 12:18:55PM -0500, Aditya Mahajan wrote:
On Mon, 9 Nov 2009, Vyatcheslav Yatskovsky wrote:
Vyatcheslav, if you want upright greek letters, you should really consider using an opentype math font (cambria, asana, irianis ADF math).
Do Irianis ADF Math include MATH table? I just checked 1.005 version and I see math glyphs but no MATH table. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer
On Mon, 9 Nov 2009, Khaled Hosny wrote:
On Mon, Nov 09, 2009 at 12:18:55PM -0500, Aditya Mahajan wrote:
On Mon, 9 Nov 2009, Vyatcheslav Yatskovsky wrote:
Vyatcheslav, if you want upright greek letters, you should really consider using an opentype math font (cambria, asana, irianis ADF math).
Do Irianis ADF Math include MATH table? I just checked 1.005 version and I see math glyphs but no MATH table.
The NOTICE file says that it does (but I don't even know how to check that in the font) RELEASE 1.000 - Initial release (June 2008) 1.001 - letterlike symbols and presentation symbols addition 1.002 - mathematic letter 1.003 - Math table addition 1.004 - Greek and Turkish, SansSerif and sript glyph addition in the Mathematical Alphanumeric Symbols, kern by kerning class 1.005 - Math table completed with big variantes. Arrows glyhs set completed with some dingbat ghyphs. Aditya
On Mon, Nov 9, 2009 at 8:14 PM, Aditya Mahajan
On Mon, 9 Nov 2009, Khaled Hosny wrote:
On Mon, Nov 09, 2009 at 12:18:55PM -0500, Aditya Mahajan wrote:
On Mon, 9 Nov 2009, Vyatcheslav Yatskovsky wrote:
Vyatcheslav, if you want upright greek letters, you should really consider using an opentype math font (cambria, asana, irianis ADF math).
Do Irianis ADF Math include MATH table? I just checked 1.005 version and I see math glyphs but no MATH table.
The NOTICE file says that it does (but I don't even know how to check that in the font) fontforge ? ttx ?
-- luigi
On Mon, 9 Nov 2009, luigi scarso wrote:
On Mon, Nov 9, 2009 at 8:14 PM, Aditya Mahajan
wrote: The NOTICE file says that it does (but I don't even know how to check that in the font) fontforge ? ttx ?
Let me rephrase. I am not motivated enough to learn how to check a MATH table in a font :)
On Mon, Nov 9, 2009 at 8:44 PM, Aditya Mahajan
On Mon, 9 Nov 2009, luigi scarso wrote:
On Mon, Nov 9, 2009 at 8:14 PM, Aditya Mahajan
wrote: The NOTICE file says that it does (but I don't even know how to check that in the font)
fontforge ? ttx ?
Let me rephrase. I am not motivated enough to learn how to check a MATH table in a font :)
# ttx -t MATH Asana-Math.otf Dumping "Asana-Math.otf" to "Asana-Math.ttx"... Dumping 'MATH' table... # ttx -t MATH IrianisADFMath-Regular.otf Dumping "IrianisADFMath-Regular.otf" to "IrianisADFMath-Regular#1.ttx"... No 'MATH' table found. -- luigi
Aditya Mahajan wrote:
On Mon, 9 Nov 2009, Vyatcheslav Yatskovsky wrote:
BTW, after setting \setupmathematics[lcgreek=normal] with default TeX math font, all low case greek letters are disappeared :(
Hans, any idea why ConTeXt is looking for U+03B1 in font LMMath12-Regular rather than in LMRoman12-Regular?
Vyatcheslav, if you want upright greek letters, you should really consider using an opentype math font (cambria, asana, irianis ADF math).
we could (for the moment) map the lower range greek to italic (unless we have a matching font with upright) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Tue, 10 Nov 2009, Hans Hagen wrote:
Aditya Mahajan wrote:
On Mon, 9 Nov 2009, Vyatcheslav Yatskovsky wrote:
BTW, after setting \setupmathematics[lcgreek=normal] with default TeX math font, all low case greek letters are disappeared :(
Hans, any idea why ConTeXt is looking for U+03B1 in font LMMath12-Regular rather than in LMRoman12-Regular?
Vyatcheslav, if you want upright greek letters, you should really consider using an opentype math font (cambria, asana, irianis ADF math).
we could (for the moment) map the lower range greek to italic (unless we have a matching font with upright)
I see. LM fonts do not have upright greek characters. In that case then lcgreek=normal should not be used. Extra remappings can be tricky (we then should also be checking sans serif and bold fonts, and remapping them if the font is incomplete. Aditya
participants (5)
-
Aditya Mahajan
-
Hans Hagen
-
Khaled Hosny
-
luigi scarso
-
Vyatcheslav Yatskovsky