From 2b26246d0d2d844488b9a0708a69fef5297247f8 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 18 Nov 2010 22:30:28 +0000 Subject: [PATCH] Support the new Indian Rupee currency symbol. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36390 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/unicodesymbols | 2 ++ src/LaTeXFeatures.cpp | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 55d6ddbe11..2eeab4107f 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -1589,6 +1589,8 @@ 0x20ac "\\texteuro" "textcomp" "" # EURO SIGN 0x20b1 "\\textpeso" "textcomp" "" # PESO SIGN 0x20b2 "\\textguarani" "textcomp" "" # GUARANI SIGN +0x20b9 "\\rupee" "tfrupee" "" # RUPEE SIGN + # # letterlike symbols # diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 8820e1c412..b319ef7b91 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -556,7 +556,8 @@ char const * simplefeatures[] = { "pdfpages", "amscd", "slashed", - "multirow" + "multirow", + "tfrupee" }; int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *); -- 2.39.2