]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-named.module
prepare Qt 5.6 builds
[lyx.git] / lib / layouts / theorems-named.module
index 9925de7b56e4208da0e3689842241f5ae8e2798a..4805240d7cb7a2a0d31dbc73b0f52eb7bf2a1485 100644 (file)
@@ -2,12 +2,56 @@
 #\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 48
+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 Reasoning