[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 01114] Re: super/subscribe enabled mgp (patch)



Hello, This is an interesting feature. I like it. :)
Just one thing.

+/*CTL*/	{ CTL_SUP,		T_VOID, "sup", 4 },   
+/*CTL*/	{ CTL_SUB,		T_VOID, "sub", 4 },
+/*CTL*/	{ CTL_SETSUP,		T_INT, "sup", 4 },

 should be 

+/*CTL*/	{ CTL_SUP,		T_VOID, "sup", 3 },   
+/*CTL*/	{ CTL_SUB,		T_VOID, "sub", 3 },
+/*CTL*/	{ CTL_SETSUP,		T_INT, "setsup", 6 },

--
Yoshifumi Nishida
nishida@csl.sony.co.jp

From: Ryohei Yasuda <yasuda@cshl.org>
Subject: [mgp-users 01111] super/subscribe enabled mgp (patch)
Date: Mon, 27 Jan 2003 21:07:45 -0500
Message-ID: <>

> Hi there! 
> I am new to this list.
> I found Mgp a really great tool, but I have one major complaint ...
> inability to handle super/subscript.
> The attached patch (for the CVS version) is to enable these.
> This worked at least for me (I only tested in a ttf environment).
> No printing yet.
> 
> For the details, please see http://www.linkclub.or.jp/~hiikoysd/ryohei/mgp.html.
> 
> Thanks, 
> Ryohei