mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
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:
parent
352db52859
commit
2b26246d0d
@ -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
|
||||||
#
|
#
|
||||||
|
@ -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 *);
|
||||||
|
Loading…
Reference in New Issue
Block a user