How to define your own math character (MK-IV)
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. Thanks
On 11-4-2010 2:45, 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.
if they are in the regular tex fonts, then we need to extend the vfu ... keep in mind that the vfu approach is just a placeholder for real math fonts ... we're not going to waste much time on hacks when eventually we will have proper uinicode math fonts. Hans ----------------------------------------------------------------- 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 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
participants (3)
-
Aditya Mahajan
-
gummybears
-
Hans Hagen