hi,

certain koma book environments do not group inside environment combobox well.
eg. minisec should be part of sections, dictum near citations, captions not
just below Standard.

this patch changes only grouping in the combo, no changes in classes
so good enough for branch imho.

objections?
pavel

ps: i was not able make lower/uppertitleback appear in the output.
anyone has an idea how to use it?
diff --git a/lib/layouts/scrclass.inc b/lib/layouts/scrclass.inc
index f457ab4..36ac811 100644
--- a/lib/layouts/scrclass.inc
+++ b/lib/layouts/scrclass.inc
@@ -141,6 +141,7 @@ End
 
 
 Style Minisec
+       Category              Section
        LatexType             Command
        LatexName             minisec
        NeedProtect           1
@@ -251,6 +252,7 @@ End
 Input stdlayouts.inc
 
 Style Captionabove
+       Category              Captions
        Margin                First_Dynamic
        LatexType             Command
        LatexName             caption
@@ -270,6 +272,7 @@ End
 
 
 Style Captionbelow
+       Category              Captions
        Margin                First_Dynamic
        LatexType             Command
        LatexName             caption
@@ -289,6 +292,7 @@ End
 
 
 Style Dictum
+       Category             MainText
        Margin               Right_Address_Box
        LatexType            Command
        LatexName            dictum

Reply via email to