On Sun, 11 Apr 2010, gummybears wrote:
Hi,
How to use definemathcommand to setup some of the missing math symbols ? Some of these symbols are defined in char-def.lua but missing in math-vfu.lua.
math-vfu does not use definecommand. You need to find the font that contains that symbol, create a math vector containing mappings like [uncode slot] = [font slot] and add the math vector to define_math_font (don't remember the exact name). It may be faster if you tell which symbolsare missing (or wrong) in math-vfu and the name of the font that contains them (if you know that). If you give the list of missing symbols in small installments, I can update math-vfu to include them. Finding the missing symbols/mappings is the more time consuming step. Aditya