]> git.lyx.org Git - lyx.git/commitdiff
* linguistics.module:
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 7 Sep 2008 11:54:13 +0000 (11:54 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 7 Sep 2008 11:54:13 +0000 (11:54 +0000)
- add float for Optimality Theory tableaux.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26322 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/linguistics.module

index bbca7aa380d6646e6dfe34908eea03e3eac25951..2d4676fd462f237e80f7bb4f95fac8f205e46905 100644 (file)
@@ -1,7 +1,7 @@
 #\DeclareLyXModule[covington.sty]{Linguistics}
 #DescriptionBegin
 #Defines some special environments useful for linguistics (numbered examples,
-#glosses, semantic markup).
+#glosses, semantic markup, tableau floats).
 #DescriptionEnd
 
 # Author: Jürgen Spitzmüller <spitz@lyx.org>
@@ -111,6 +111,7 @@ InsetLayout Custom:Tri-Glosse
 End
 
 
+# Some semantik markup for Semantics
 InsetLayout CharStyle:Expression
        LyxType               charstyle
        LabelString           expr.
@@ -149,3 +150,25 @@ InsetLayout CharStyle:Meaning
                \newcommand{\lingmeaning}[1]{\enquote*{#1}}
        EndPreamble
 End
+
+
+# Tableaux for Optimality Theory
+Float
+       Type                  tableau
+       GuiName               Tableau
+       Placement             tbp
+       Extension             otl
+       NumberWithin          none
+       Style                 plain
+       ListName              "List of Tableaux"
+       LaTeXBuiltin          false
+End
+
+InsetLayout tableau
+       LabelString           Algorithm
+       LabelFont
+         Color               collapsable
+         Size                Small
+       EndFont
+       MultiPar              true
+End