From: Juergen Spitzmueller Date: Fri, 21 Oct 2016 17:20:23 +0000 (+0200) Subject: Fix label display in linguistic examples X-Git-Tag: 2.2.3~221 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=98eeaceb5ed30c8ff39f88575106faef61b5c59e;p=features.git Fix label display in linguistic examples --- diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module index c2f3df1e33..5c7288244e 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 42fd11c1d8..111426ffa4 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