mkiv: missing \colon, \colonequals is just an equality sign
It seems that \colon is missing and \colonequals is mapped to the wrong symbol in the latest mkiv (I'm using the minimals). A minimal example: \starttext \startitemize \item $\colon$ \item $\colonequals$ \stopitemize \stoptext No colon is generated from the first command (in fact, nothing at all appears), and the $\colonequals$ produces an equality sign, not a ":=". Jesse
On Sun, 1 Nov 2009, Jesse Alama wrote:
It seems that \colon is missing and \colonequals is mapped to the wrong symbol in the latest mkiv (I'm using the minimals). A minimal example:
\starttext \startitemize \item $\colon$ \item $\colonequals$ \stopitemize \stoptext
No colon is generated from the first command (in fact, nothing at all appears), and the $\colonequals$ produces an equality sign, not a ":=".
I am not sure what is the right way to fix this. I am attaching a patch that works, but this might break the mathdesign virtual fonts. In that case, we need separate vectors for gyre and mathdesign. Apply this to math-vfu.lua and regenerate formats. Aditya
Hi Aditya, On Nov 2, 2009, at 1:19 PM, Aditya Mahajan wrote:
On Sun, 1 Nov 2009, Jesse Alama wrote:
It seems that \colon is missing and \colonequals is mapped to the wrong symbol in the latest mkiv (I'm using the minimals). A minimal example:
\starttext \startitemize \item $\colon$ \item $\colonequals$ \stopitemize \stoptext
No colon is generated from the first command (in fact, nothing at all appears), and the $\colonequals$ produces an equality sign, not a ":=".
I am not sure what is the right way to fix this. I am attaching a patch that works, but this might break the mathdesign virtual fonts. In that case, we need separate vectors for gyre and mathdesign.
Apply this to math-vfu.lua and regenerate formats.
That did the trick -- thanks. Jesse
participants (2)
-
Aditya Mahajan
-
Jesse Alama