X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-proof.inc;h=4665027dcddd561f70db69357aa0c48ab81b24c3;hb=edaf28fdd6a64ce277a1c5f39d99a6568485887f;hp=9b5859adc18f4560dcb74dbb7ed28a006c0e22da;hpb=2dfaebd2433d4dba46d50bca3d5b02044b54ff64;p=lyx.git diff --git a/lib/layouts/theorems-proof.inc b/lib/layouts/theorems-proof.inc index 9b5859adc1..4665027dcd 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 25 +Format 100 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