From 112abd1978e61286f9dfdfa096fd901bceefdf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 18 Feb 2013 05:03:18 +0100 Subject: [PATCH] tex2lyx: add a missing TIPA mark --- src/tex2lyx/test/test-insets.lyx.lyx | 2 +- src/tex2lyx/test/test-insets.tex | 1 + src/tex2lyx/text.cpp | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tex2lyx/test/test-insets.lyx.lyx b/src/tex2lyx/test/test-insets.lyx.lyx index b4e67c0fd8..309bfeabc8 100644 --- a/src/tex2lyx/test/test-insets.lyx.lyx +++ b/src/tex2lyx/test/test-insets.lyx.lyx @@ -5699,7 +5699,7 @@ TIPA \begin_inset IPA \begin_layout Standard - +e̥ \begin_inset ERT status collapsed diff --git a/src/tex2lyx/test/test-insets.tex b/src/tex2lyx/test/test-insets.tex index 09e6dc4ae4..f67ae80a27 100644 --- a/src/tex2lyx/test/test-insets.tex +++ b/src/tex2lyx/test/test-insets.tex @@ -520,6 +520,7 @@ $test\vphantom{Wow\&\%}test$ \subsection{TIPA} \begin{IPA} +\textsubring{e} \r{e} \textsubwedge{e} \textsubumlaut{e} diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index df06be1b2f..d0427c29a9 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -291,7 +291,8 @@ char const * const known_tipa_marks[] = {"textsubwedge", "textsubumlaut", "textsubsquare", "textsubrhalfring", "textsublhalfring", "textsubplus", "textovercross", "textsubarch", "textsuperimposetilde", "textraising", "textlowering", "textadvancing", "textretracting", "textdoublegrave", -"texthighrise", "textlowrise", "textrisefall", "textsyllabic", 0}; +"texthighrise", "textlowrise", "textrisefall", "textsyllabic", +"textsubring", 0}; /// tones that need special handling char const * const known_tones[] = {"15", "51", "45", "12", "454", 0};