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 # 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

View File

@ -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_;