Page MenuHomePhabricator

add \checkmark to whitelist in texutil.ml
Closed, ResolvedPublic

Description

Author: matthew

Description:
To get this to work, all I needed to do was add this line to texutil.ml:

| "\\checkmark"           -> (tex_use_ams (); LITERAL (TEX_ONLY "\\checkmark

I added it below this like:

| "\\square"           -> (tex_use_ams (); LITERAL (TEX_ONLY "\\square "))

Version: unspecified
Severity: normal

Details

Reference
bz1147

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:01 PM
bzimport added a project: Math.
bzimport set Reference to bz1147.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Fixed in CVS HEAD and REL1_4