Support for \' \` \^ \~ \= \u \. \" \r \H \v text-mode accents (#802)

* Support for \' \` \^ \~ \= \u \. \" \r \H \v text-mode accents

* bug fix

* Possible Safari fix

* Forbid text accents in math mode

* Switch to noncombining characters for most accents. Revert Safari change.

* Add tests

* Found non-combining diaresis accent too
This commit is contained in:
Erik Demaine
2017-08-23 03:18:33 -04:00
committed by Kevin Barabash
parent e88256b397
commit 201193233e
9 changed files with 64 additions and 4 deletions

View File

@@ -502,6 +502,11 @@
// it left. We center it by shifting it half way right again.
left: 0.326em;
}
.accent-body.accent-hungarian > span {
position: relative;
left: 0.250em; // width of space
}
}
.mtable {