X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-proof.inc;h=ac502619c49c125e1799596e4268ace0c4e43629;hb=adefdf8eebb9aebccdd472482579e55758857f66;hp=2e51a7ee9b62fd113a2d30d4ae3136c0a59a3aff;hpb=41d858b88cc49ef6d5f1dc79e1ae84e15a004644;p=lyx.git diff --git a/lib/layouts/theorems-proof.inc b/lib/layouts/theorems-proof.inc index 2e51a7ee9b..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 32 +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