From 546b56edc5c192d90f42bcf3014596457b73f849 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 7 Sep 2008 11:54:13 +0000 Subject: [PATCH] * linguistics.module: - 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 | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module index bbca7aa380..2d4676fd46 100644 --- a/lib/layouts/linguistics.module +++ b/lib/layouts/linguistics.module @@ -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 @@ -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 -- 2.39.5