Support the new Indian Rupee currency symbol.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36390 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-18 22:30:28 +00:00
parent 352db52859
commit 2b26246d0d
2 changed files with 4 additions and 1 deletions

View File

@ -1589,6 +1589,8 @@
0x20ac "\\texteuro" "textcomp" "" # EURO SIGN 0x20ac "\\texteuro" "textcomp" "" # EURO SIGN
0x20b1 "\\textpeso" "textcomp" "" # PESO SIGN 0x20b1 "\\textpeso" "textcomp" "" # PESO SIGN
0x20b2 "\\textguarani" "textcomp" "" # GUARANI SIGN 0x20b2 "\\textguarani" "textcomp" "" # GUARANI SIGN
0x20b9 "\\rupee" "tfrupee" "" # RUPEE SIGN
# #
# letterlike symbols # letterlike symbols
# #

View File

@ -556,7 +556,8 @@ char const * simplefeatures[] = {
"pdfpages", "pdfpages",
"amscd", "amscd",
"slashed", "slashed",
"multirow" "multirow",
"tfrupee"
}; };
int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *); int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);