add missing IPA glyph

This commit is contained in:
Juergen Spitzmueller 2012-05-28 15:54:31 +02:00
parent e85ed820bb
commit 044ef5dc4e
2 changed files with 6 additions and 2 deletions

View File

@ -169,7 +169,7 @@
0x0124 "\\^{H}" "" "mathalpha" "\\hat{H}" # LATIN CAPITAL LETTER H WITH CIRCUMFLEX 0x0124 "\\^{H}" "" "mathalpha" "\\hat{H}" # LATIN CAPITAL LETTER H WITH CIRCUMFLEX
0x0125 "\\^{h}" "" "mathalpha" "\\hat{h}" # LATIN SMALL LETTER H WITH CIRCUMFLEX 0x0125 "\\^{h}" "" "mathalpha" "\\hat{h}" # LATIN SMALL LETTER H WITH CIRCUMFLEX
#0x0126 "" "" "" "" "" # LATIN CAPITAL LETTER H WITH STROKE #0x0126 "" "" "" "" "" # LATIN CAPITAL LETTER H WITH STROKE
#0x0127 "" "" "" "" "" # LATIN SMALL LETTER H WITH STROKE 0x0127 "\\textcrh" "tipa" "force" # LATIN SMALL LETTER H WITH STROKE
0x0128 "\\~{I}" "" "mathalpha" "\\tilde{I}" # LATIN CAPITAL LETTER I WITH TILDE 0x0128 "\\~{I}" "" "mathalpha" "\\tilde{I}" # LATIN CAPITAL LETTER I WITH TILDE
0x0129 "\\~{\\i}" "" "mathalpha" "\\tilde{\\imath}" # LATIN SMALL LETTER I WITH TILDE 0x0129 "\\~{\\i}" "" "mathalpha" "\\tilde{\\imath}" # LATIN SMALL LETTER I WITH TILDE
0x012a "\\={I}" "" "mathalpha" "\\bar{I}" # LATIN CAPITAL LETTER I WITH MACRON 0x012a "\\={I}" "" "mathalpha" "\\bar{I}" # LATIN CAPITAL LETTER I WITH MACRON

View File

@ -38,7 +38,11 @@ What's new
- Allow makebeamerinfo script export beamer info (to be used by Impressive) - Allow makebeamerinfo script export beamer info (to be used by Impressive)
(bug 8018). (bug 8018).
- Some updates to the lib\unicodesymbols file (bug 8153). - Output unicode glyph MICRO SIGN upright in mathed (bug 8153).
- Remove wrong support for unicode glyph HYPHENATION POINT (bug 8153).
- Add support for unicode glyph LATIN SMALL LETTER H WITH STROKE.
- Export contents of included files rather than just an indication that there - Export contents of included files rather than just an indication that there
was an excluded file (bug 8087). was an excluded file (bug 8087).