Re: xsun - r24347 - abiword/branches/gsoc2008latex/plugins/mathview/itex2mml

From: Xun Sun <xun.sun.cn_at_gmail.com>
Date: Wed Jul 09 2008 - 09:37:03 CEST

Oops, I just found that &emptyv;, &emptyset; and &empty; are encoded
exactly the same. So this is an unneeded change, although it does not
break anything.

On Wed, Jul 9, 2008 at 3:21 PM, <cvs@abisource.com> wrote:
>
> Author: xsun
> Date: 2008-07-09 09:21:23 +0200 (Wed, 09 Jul 2008)
> New Revision: 24347
>
> Modified:
> abiword/branches/gsoc2008latex/plugins/mathview/itex2mml/itex2MML.l
> Log:
> fix typo, related to http://bugzilla.abisource.com/show_bug.cgi?id=10052
>
> Modified: abiword/branches/gsoc2008latex/plugins/mathview/itex2mml/itex2MML.l
> ===================================================================
> --- abiword/branches/gsoc2008latex/plugins/mathview/itex2mml/itex2MML.l 2008-07-08 22:13:54 UTC (rev 24346)
> +++ abiword/branches/gsoc2008latex/plugins/mathview/itex2mml/itex2MML.l 2008-07-09 07:21:23 UTC (rev 24347)
> @@ -557,7 +557,7 @@
> "\\Box" |
> "\\square" {yylval=itex2MML_copy_string("&square;"); return MOL;}
> "\\emptyset" |
> -"\\empty" {yylval=itex2MML_copy_string("&emptyv;"); return MI;}
> +"\\empty" {yylval=itex2MML_copy_string("&emptyset;"); return MI;}
> "\\exists" {yylval=itex2MML_copy_string("&Exists;"); return MOL;}
> "\\circ" {yylval=itex2MML_copy_string("&SmallCircle;"); return MOL;}
> "\\rhd" {yylval=itex2MML_copy_string("&RightTriangle;"); return MOL;}
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>

-- 
Thanks & regards
Xun Sun
Received on Wed Jul 9 09:37:25 2008

This archive was generated by hypermail 2.1.8 : Wed Jul 09 2008 - 09:37:25 CEST