Unify layout categories

This commit is contained in:
Georg Baum 2015-02-14 11:35:40 +01:00
parent 864f44ddc2
commit f9f05c364b
2 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ End
# Itemize styles definition
###
Style Itemize
Category Lists
Category List
Margin Static
LatexType Item_Environment
LatexName itemize
@ -301,7 +301,7 @@ End
# Enumerate styles definition
###
Style Enumerate
Category Lists
Category List
Margin Static
LatexType Item_Environment
LatexName enumerate

View File

@ -440,7 +440,7 @@ private:
mutable std::string defaultcssclass_;
/// This is the `category' for this layout. The following are
/// recommended basic categories: FrontMatter, BackMatter, MainText,
/// Section, Starred, List, Theorem.
/// Sectioning, Starred, List, Reasoning.
docstring category_;
/// Macro definitions needed for this layout
docstring preamble_;