commit 98eeaceb5ed30c8ff39f88575106faef61b5c59e
Author: Juergen Spitzmueller <[email protected]>
Date:   Fri Oct 21 19:20:23 2016 +0200

    Fix label display in linguistic examples
---
 lib/layouts/linguistics.module |   28 ++++++++++++++++++++++++++--
 status.22x                     |    2 ++
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module
index c2f3df1..5c72882 100644
--- a/lib/layouts/linguistics.module
+++ b/lib/layouts/linguistics.module
@@ -9,6 +9,29 @@
 
 Format 60
 
+# These are no real counters, but they are needed
+# to get proper labels for the enumerate-like
+# example styles.
+Counter example
+       Within               chapter
+       LabelString          "Examples:"
+End
+
+Counter examplei
+       Within               chapter
+       LabelString          "Examples:"
+End
+
+Counter subexample
+       Within               examplei
+       LabelString          "Subexample:"
+End
+
+Counter subexamplei
+       Within               examplei
+       LabelString          "Subexample:"
+End
+
 # single numbered example with covington.sty
 Style Numbered_Example_(multiline)
        LatexType             Environment
@@ -46,7 +69,8 @@ Style Numbered_Examples_(consecutive)
        CopyStyle             Numbered_Example_(multiline)
        LatexType             Item_Environment
        LatexName             covexamples
-       LabelString           "Examples:"
+       LabelType             Enumerate
+       LabelCounter          "example"
        Argument item:1
                LabelString   "Custom Numbering|s"
                Tooltip       "Customize the numeration"
@@ -65,7 +89,7 @@ End
 Style Subexample
        CopyStyle             Numbered_Examples_(consecutive)
        LatexName             subexample
-       LabelString           "Subexample:"
+       LabelCounter          "subexample"
        Requires              covington,enumitem
        Preamble
                \newenvironment{subexample}{%
diff --git a/status.22x b/status.22x
index 42fd11c..111426f 100644
--- a/status.22x
+++ b/status.22x
@@ -51,6 +51,8 @@ What's new
 
 - Fix logic of OK/Apply buttons in cross-references dialog (bug 10376).
 
+- Fix display of Examples and Sub-Examples labels in linguistics module.
+
 
 * INTERNALS
 

Reply via email to