]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/linguistics.module
* linguistics.module:
[lyx.git] / lib / layouts / linguistics.module
index b2a7f8c6fb058630278948fd7a8225f91ff1499c..84972814d4af26d6071ce4e2069ed091fbc21ec5 100644 (file)
@@ -80,6 +80,7 @@ InsetLayout Custom:Glosse
        ForcePlain            true
        PassThru              true
        FreeSpacing           true
+       ForceLTR              true
        Requires              covington
        Preamble
                \@ifundefined{linggloss}{%
@@ -87,6 +88,7 @@ InsetLayout Custom:Glosse
                        \gll #1}
                {\glend}}{}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -106,6 +108,8 @@ InsetLayout Custom:Tri-Glosse
        ForcePlain            true
        PassThru              true
        FreeSpacing           true
+       ForceLTR              true
+       InToc                 true
        Requires              covington
        Preamble
                \@ifundefined{lingglosss}{%
@@ -128,6 +132,7 @@ InsetLayout CharStyle:Expression
        Preamble
                \newcommand{\lingexpr}[1]{\emph{#1}}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -142,6 +147,7 @@ InsetLayout CharStyle:Concepts
        Preamble
                \newcommand{\lingconcept}[1]{\textsc{#1}}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -150,10 +156,11 @@ InsetLayout CharStyle:Meaning
        LabelString           meaning
        LatexType             command
        LatexName             lingmeaning
-       Requires              csquotes
+       Requires              csquotes
        Preamble
                \newcommand{\lingmeaning}[1]{\enquote*{#1}}
        EndPreamble
+       InToc                 true
 End