]> git.lyx.org Git - features.git/commitdiff
fix importing of grave accents
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 1 Aug 2005 20:36:52 +0000 (20:36 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 1 Aug 2005 20:36:52 +0000 (20:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10381 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/ChangeLog
src/tex2lyx/text.C

index cce1e4dcb0876e3bce2ad5b947ff2717935551b5..c9d6adc7fb1a92e932c220b2cc7f33c15eda0fcc 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (parse_text): add forgotten \` accent.
+
 2005-07-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * context.[Ch] (~Context): new, warn about ignored extra stuff
index 421fa701b06418a83b5de25421998c8e230ba50c..fef14701140db6bafc32d30489fef535457650ec 100644 (file)
@@ -1965,8 +1965,9 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
                else if (t.cs() == "=" && (flags & FLAG_TABBING))
                        handle_ert(os, t.asInput(), context);
 
-               else if (t.cs() == "H" || t.cs() == "c" || t.cs() == "^" || t.cs() == "'"
-                     || t.cs() == "~" || t.cs() == "." || t.cs() == "=") {
+               else if (t.cs() == "H" || t.cs() == "c" || t.cs() == "^" 
+                        || t.cs() == "'" || t.cs() == "`"
+                        || t.cs() == "~" || t.cs() == "." || t.cs() == "=") {
                        // we need the trim as the LyX parser chokes on such spaces
                        context.check_layout(os);
                        os << "\n\\i \\" << t.cs() << "{"