]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-named.module
Added support for natively zipped file formats that do not need decompression for...
[lyx.git] / lib / layouts / theorems-named.module
index fce56b5206aae90d792d658701289d11ebbf7337..899ae72742975a40f2be35e5cc586942a7b95782 100644 (file)
@@ -7,14 +7,14 @@
 #Requires: theorems-ams | theorems-starred
 #Original Author: John Perry
 
-Format 33
+Format 35
 Style "Named Theorem"
   CopyStyle Theorem*
   Category Theorem
   LabelString "Named Theorem."
   LatexName namedthm
   Preamble
-    \newcommand\thmsname{Theorem}
+    \newcommand\thmsname{\protect\theoremname}
     \newcommand\nm@thmtype{theorem}
     \theoremstyle{plain}
     \newtheorem*{namedtheorem}{\thmsname}