mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
tex2lyx: add a missing TIPA mark
This commit is contained in:
parent
2e5ba6f3f2
commit
112abd1978
@ -5699,7 +5699,7 @@ TIPA
|
|||||||
\begin_inset IPA
|
\begin_inset IPA
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
e̥
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
|
@ -520,6 +520,7 @@ $test\vphantom{Wow\&\%}test$
|
|||||||
\subsection{TIPA}
|
\subsection{TIPA}
|
||||||
|
|
||||||
\begin{IPA}
|
\begin{IPA}
|
||||||
|
\textsubring{e}
|
||||||
\r{e}
|
\r{e}
|
||||||
\textsubwedge{e}
|
\textsubwedge{e}
|
||||||
\textsubumlaut{e}
|
\textsubumlaut{e}
|
||||||
|
@ -291,7 +291,8 @@ char const * const known_tipa_marks[] = {"textsubwedge", "textsubumlaut",
|
|||||||
"textsubsquare", "textsubrhalfring", "textsublhalfring", "textsubplus",
|
"textsubsquare", "textsubrhalfring", "textsublhalfring", "textsubplus",
|
||||||
"textovercross", "textsubarch", "textsuperimposetilde", "textraising",
|
"textovercross", "textsubarch", "textsuperimposetilde", "textraising",
|
||||||
"textlowering", "textadvancing", "textretracting", "textdoublegrave",
|
"textlowering", "textadvancing", "textretracting", "textdoublegrave",
|
||||||
"texthighrise", "textlowrise", "textrisefall", "textsyllabic", 0};
|
"texthighrise", "textlowrise", "textrisefall", "textsyllabic",
|
||||||
|
"textsubring", 0};
|
||||||
|
|
||||||
/// tones that need special handling
|
/// tones that need special handling
|
||||||
char const * const known_tones[] = {"15", "51", "45", "12", "454", 0};
|
char const * const known_tones[] = {"15", "51", "45", "12", "454", 0};
|
||||||
|
Loading…
Reference in New Issue
Block a user