mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
The tipa tone macro requires the tone package from the tipa bundle
This commit is contained in:
parent
16ec8a08ef
commit
1267319117
@ -376,6 +376,7 @@
|
||||
\TestPackage{tgtermes}
|
||||
\TestPackage{tipa}
|
||||
\TestPackage{tipx}
|
||||
\TestPackage{tone}
|
||||
\TestPackage{txfonts}% For the txtt monospaced font
|
||||
% necessary to get correct size for InstantPreview images created by dvipng
|
||||
\TestPackage[c70fs.fd]{zhmetrics}
|
||||
|
@ -631,11 +631,11 @@
|
||||
0x02e2 "\\textsuperscript{s}" "" "" # MODIFIER LETTER SMALL S
|
||||
0x02e3 "\\textsuperscript{x}" "" "" # MODIFIER LETTER SMALL X
|
||||
0x02e4 "\\textsuperscript{\\textrevglotstop}" "tipa" "force" # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP
|
||||
0x02e5 "\\tone{55}" "tipa" "force" # MODIFIER LETTER EXTRA-HIGH TONE BAR
|
||||
0x02e6 "\\tone{44}" "tipa" "force" # MODIFIER LETTER HIGH TONE BAR
|
||||
0x02e7 "\\tone{33}" "tipa" "force" # MODIFIER LETTER MID TONE BAR
|
||||
0x02e8 "\\tone{22}" "tipa" "force" # MODIFIER LETTER LOW TONE BAR
|
||||
0x02e9 "\\tone{11}" "tipa" "force" # MODIFIER LETTER EXTRA-LOW TONE BAR
|
||||
0x02e5 "\\tone{55}" "tone" "force" # MODIFIER LETTER EXTRA-HIGH TONE BAR
|
||||
0x02e6 "\\tone{44}" "tone" "force" # MODIFIER LETTER HIGH TONE BAR
|
||||
0x02e7 "\\tone{33}" "tone" "force" # MODIFIER LETTER MID TONE BAR
|
||||
0x02e8 "\\tone{22}" "tone" "force" # MODIFIER LETTER LOW TONE BAR
|
||||
0x02e9 "\\tone{11}" "tone" "force" # MODIFIER LETTER EXTRA-LOW TONE BAR
|
||||
#0x02ea "" "" "" # MODIFIER LETTER YIN DEPARTING TONE MARK
|
||||
#0x02eb "" "" "" # MODIFIER LETTER YANG DEPARTING TONE MARK
|
||||
0x02ec "\\textsubwedge{ }" "tipa" "force" # MODIFIER LETTER VOICING
|
||||
|
@ -621,6 +621,7 @@ char const * simplefeatures[] = {
|
||||
"units",
|
||||
"tipa",
|
||||
"tipx",
|
||||
"tone",
|
||||
"framed",
|
||||
"soul",
|
||||
"textcomp",
|
||||
|
Loading…
Reference in New Issue
Block a user