mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
86d42bc5eb
commit
8ea62f226b
@ -55,6 +55,7 @@ enum TocType {
|
|||||||
NOMENCL,//"nomencl"
|
NOMENCL,//"nomencl"
|
||||||
LISTING,//"listings"
|
LISTING,//"listings"
|
||||||
FLOAT,//"figure", "table", "algorithm", user-defined (from layout?)
|
FLOAT,//"figure", "table", "algorithm", user-defined (from layout?)
|
||||||
|
MATH_MACRO,//"math-macro"
|
||||||
SENSELESS,//"senseless"
|
SENSELESS,//"senseless"
|
||||||
TOC_TYPE_COUNT
|
TOC_TYPE_COUNT
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@ std::string insetName(InsetCode);
|
|||||||
/// Eg, insetDisplayName(BRANCH_CODE) == _("Branch")
|
/// Eg, insetDisplayName(BRANCH_CODE) == _("Branch")
|
||||||
docstring insetDisplayName(InsetCode);
|
docstring insetDisplayName(InsetCode);
|
||||||
///
|
///
|
||||||
static int const TOC_ENTRY_LENGTH = 80;
|
static int const TOC_ENTRY_LENGTH = 128;
|
||||||
|
|
||||||
/// Common base class to all insets
|
/// Common base class to all insets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user