mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Fix label display in linguistic examples
This commit is contained in:
parent
9b25f19aa7
commit
98eeaceb5e
@ -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}{%
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user