X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-named.module;h=4805240d7cb7a2a0d31dbc73b0f52eb7bf2a1485;hb=4fa5cbddcef5d4090d29850da38e6dc20d961b7c;hp=b73fc1bd874f636a5105027428e7b91618b4cc4b;hpb=2d40278670a2b34af6e1a7d18d83bbc8fb94d64f;p=lyx.git diff --git a/lib/layouts/theorems-named.module b/lib/layouts/theorems-named.module index b73fc1bd87..4805240d7c 100644 --- a/lib/layouts/theorems-named.module +++ b/lib/layouts/theorems-named.module @@ -2,19 +2,63 @@ #\DeclareLyXModule{Named Theorems} #DescriptionBegin # Facilitates the use of named theorems. The name of the theorem -# goes into the "Short Title" inset. +# goes into the 'Additional Theorem Text' argument. #DescriptionEnd -#Requires: theorems-ams | theorems-starred #Original Author: John Perry -Format 30 +Format 59 + +ProvideStyle Theorem* + Category Reasoning + LatexType Environment + Margin First_Dynamic + LatexName thm* + LabelType Static + LabelString "Theorem." + NextNoIndent 1 + ResetArgs 1 + Argument 1 + LabelString "Additional Theorem Text" + Tooltip "Additional text appended to the theorem header" + EndArgument + LabelSep xx + ParIndent MMM + ParSkip 0.4 + ItemSep 0.2 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.3 + Align Block + AlignPossible Left + Font + Shape Italic + Size Normal + EndFont + LabelFont + Shape Up + Series Bold + EndFont + Preamble + \theoremstyle{plain} + \newtheorem*{thm*}{\protect\theoremname} + EndPreamble + LangPreamble + \providecommand{\theoremname}{_(Theorem)} + EndLangPreamble + BabelPreamble + \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}} + EndBabelPreamble + Requires amsthm +End + + Style "Named Theorem" CopyStyle Theorem* - Category Theorem + Category Reasoning LabelString "Named Theorem." LatexName namedthm Preamble - \newcommand\thmsname{Theorem} + \newcommand\thmsname{\protect\theoremname} \newcommand\nm@thmtype{theorem} \theoremstyle{plain} \newtheorem*{namedtheorem}{\thmsname} @@ -24,7 +68,6 @@ Style "Named Theorem" \fi \begin{\nm@thmtype}} {\end{\nm@thmtype}} - \makeatother EndPreamble End