X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-proof.inc;h=ac502619c49c125e1799596e4268ace0c4e43629;hb=adefdf8eebb9aebccdd472482579e55758857f66;hp=ae333a7e1956ccf143ceb2a3196fe3e2241de27a;hpb=69b1ea0ecf5191b937b9e6239aea1d266593bbbc;p=lyx.git diff --git a/lib/layouts/theorems-proof.inc b/lib/layouts/theorems-proof.inc index ae333a7e19..ac502619c4 100644 --- a/lib/layouts/theorems-proof.inc +++ b/lib/layouts/theorems-proof.inc @@ -1,22 +1,26 @@ -# Author : David L. Johnson +# Author: David L. Johnson # Probably broken by Jean-Marc Lasgouttes # modified and modularized by Emmanuel GUREGHIAN # This version has Theorems and other results numbered in one sequence, and all -# numbered environments (figures as well) containing the section number. -# (Themorem (1.1), Corollary (1.2) Theorem (1.3), etc. -# These are only the theorems styles environnements +# numbered environments (figures as well) containing the section number +# (Theorem (1.1), Corollary (1.2) Theorem (1.3), etc.) +# These are only the theorems styles environments # Tinkered with Sep. '07 by Paul Rubin -# Modularized Jan 08 by Richard Heck +# Modularized Jan 08 by Richard Kimberly Heck -Format 30 +Format 104 Style Proof - Category Theorem + Category Reasoning Margin First_Dynamic LatexType Environment LatexName proof NextNoIndent 1 - OptionalArgs 1 + ResetArgs 1 + Argument 1 + LabelString "Alternative Proof String" + Tooltip "Alternative proof string" + EndArgument LabelSep xx ParIndent MMM ParSkip 0.4 @@ -36,5 +40,7 @@ Style Proof LabelFont Shape Italic EndFont + DocBookTag para + DocBookAttr role='proof' End