mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Unify layout categories
This commit is contained in:
parent
864f44ddc2
commit
f9f05c364b
@ -252,7 +252,7 @@ End
|
|||||||
# Itemize styles definition
|
# Itemize styles definition
|
||||||
###
|
###
|
||||||
Style Itemize
|
Style Itemize
|
||||||
Category Lists
|
Category List
|
||||||
Margin Static
|
Margin Static
|
||||||
LatexType Item_Environment
|
LatexType Item_Environment
|
||||||
LatexName itemize
|
LatexName itemize
|
||||||
@ -301,7 +301,7 @@ End
|
|||||||
# Enumerate styles definition
|
# Enumerate styles definition
|
||||||
###
|
###
|
||||||
Style Enumerate
|
Style Enumerate
|
||||||
Category Lists
|
Category List
|
||||||
Margin Static
|
Margin Static
|
||||||
LatexType Item_Environment
|
LatexType Item_Environment
|
||||||
LatexName enumerate
|
LatexName enumerate
|
||||||
|
@ -440,7 +440,7 @@ private:
|
|||||||
mutable std::string defaultcssclass_;
|
mutable std::string defaultcssclass_;
|
||||||
/// This is the `category' for this layout. The following are
|
/// This is the `category' for this layout. The following are
|
||||||
/// recommended basic categories: FrontMatter, BackMatter, MainText,
|
/// recommended basic categories: FrontMatter, BackMatter, MainText,
|
||||||
/// Section, Starred, List, Theorem.
|
/// Sectioning, Starred, List, Reasoning.
|
||||||
docstring category_;
|
docstring category_;
|
||||||
/// Macro definitions needed for this layout
|
/// Macro definitions needed for this layout
|
||||||
docstring preamble_;
|
docstring preamble_;
|
||||||
|
Loading…
Reference in New Issue
Block a user