Page MenuHomePhabricator

Add support for \widetilde.
Closed, ResolvedPublic

Description

Author: tomruen

Description:
Example: <math>{\widetilde{AB}}_{n}</math>

Currently, texvc has support for \widehat but not \widetilde.

This might be possible to add with a simple change to texutil.ml. Add a line:
"\\widehat" -> LITERAL (TEX_ONLY "\\widehat ")

Version: unspecified
Severity: enhancement

Details

Reference
bz26380

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 11:12 PM
bzimport added a project: Math.
bzimport set Reference to bz26380.
bzimport added a subscriber: Unknown Object (MLST).

Patrick.Begou wrote:

I also get this bug on scholarpedia and i'm stopped in the middle of an equation.
Is there a work-around to finish writing the article ? Using \tilde is not.

Thanks.

Thenub314 fixed this in r86965.

Reapplied on trunk plus a parser test case, and fixes for the Math parser tests for images in r97001 / r97002.