]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/linguistics.module
Update layout format.
[lyx.git] / lib / layouts / linguistics.module
index df425b3018d9f99185607bab1a1d067dc0f6f8b2..a078ddd8c3352d2446c2036b1fe80e81837a3247 100644 (file)
@@ -7,14 +7,14 @@
 
 # Author: Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 9
+Format 27
 
 # single numbered example with covington.sty
 Style Numbered_Example_(multiline)
        LatexType             Environment
        LatexName             example
        NextNoIndent          1
-       LeftMargin            XExample:
+       Margin                Dynamic
        LabelSep              xx
        ParSkip               0.0
        ItemSep               0.2
@@ -36,8 +36,6 @@ End
 # multiple numbered examples with covington.sty
 Style Numbered_Examples_(consecutive)
        CopyStyle             Numbered_Example_(multiline)
-       Margin                Static
-       LeftMargin            XExamples:
        LatexType             Item_Environment
        LatexName             examples
        LabelString           "Examples:"
@@ -47,10 +45,8 @@ End
 # multiple numbered example with covington.sty
 Style Subexample
        CopyStyle             Numbered_Example_(multiline)
-       Margin                Static
        LatexType             Item_Environment
        LatexName             subexample
-       LeftMargin            XSubexample:
        LabelString           "Subexample:"
        Requires              covington,enumitem
        Preamble
@@ -80,6 +76,7 @@ InsetLayout Custom:Glosse
        ForcePlain            true
        PassThru              true
        FreeSpacing           true
+       ForceLTR              true
        Requires              covington
        Preamble
                \@ifundefined{linggloss}{%
@@ -87,6 +84,7 @@ InsetLayout Custom:Glosse
                        \gll #1}
                {\glend}}{}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -106,6 +104,8 @@ InsetLayout Custom:Tri-Glosse
        ForcePlain            true
        PassThru              true
        FreeSpacing           true
+       ForceLTR              true
+       InToc                 true
        Requires              covington
        Preamble
                \@ifundefined{lingglosss}{%
@@ -128,6 +128,7 @@ InsetLayout CharStyle:Expression
        Preamble
                \newcommand{\lingexpr}[1]{\emph{#1}}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -142,6 +143,7 @@ InsetLayout CharStyle:Concepts
        Preamble
                \newcommand{\lingconcept}[1]{\textsc{#1}}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -150,10 +152,11 @@ InsetLayout CharStyle:Meaning
        LabelString           meaning
        LatexType             command
        LatexName             lingmeaning
-       Requires              csquotes
+       Requires              csquotes
        Preamble
                \newcommand{\lingmeaning}[1]{\enquote*{#1}}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -166,14 +169,6 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tableaux"
-       LaTeXBuiltin          false
+       NeedsFloatPkg         true
 End
 
-InsetLayout tableau
-       LabelString           Tableau
-       LabelFont
-         Color               collapsable
-         Size                Small
-       EndFont
-       MultiPar              true
-End