mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 13:40:19 +00:00
The delimiters '<' and '>' can also be used as big delimiters. They are
equivalent to \langle and \rangle, which were already taken into account. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
92d4d7c061
commit
fe7196a545
@ -218,7 +218,7 @@ bool InsetMathBig::isBigInsetDelim(docstring const & delim)
|
|||||||
static char const * const delimiters[] = {
|
static char const * const delimiters[] = {
|
||||||
"(", ")", "\\{", "\\}", "\\lbrace", "\\rbrace", "[", "]",
|
"(", ")", "\\{", "\\}", "\\lbrace", "\\rbrace", "[", "]",
|
||||||
"|", "/", "\\slash", "\\|", "\\vert", "\\Vert", "'",
|
"|", "/", "\\slash", "\\|", "\\vert", "\\Vert", "'",
|
||||||
"\\\\", "\\backslash",
|
"<", ">", "\\\\", "\\backslash",
|
||||||
"\\langle", "\\lceil", "\\lfloor",
|
"\\langle", "\\lceil", "\\lfloor",
|
||||||
"\\rangle", "\\rceil", "\\rfloor",
|
"\\rangle", "\\rceil", "\\rfloor",
|
||||||
"\\downarrow", "\\Downarrow",
|
"\\downarrow", "\\Downarrow",
|
||||||
|
@ -303,6 +303,8 @@ named_deco_struct deco_table[] = {
|
|||||||
{"vert", vert, 0 },
|
{"vert", vert, 0 },
|
||||||
{"Vert", Vert, 0 },
|
{"Vert", Vert, 0 },
|
||||||
{"'", slash, 1 },
|
{"'", slash, 1 },
|
||||||
|
{"<", angle, 0 },
|
||||||
|
{">", angle, 2 },
|
||||||
{"\\", slash, 1 },
|
{"\\", slash, 1 },
|
||||||
{"backslash", slash, 1 },
|
{"backslash", slash, 1 },
|
||||||
{"langle", angle, 0 },
|
{"langle", angle, 0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user