X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-named.module;h=899ae72742975a40f2be35e5cc586942a7b95782;hb=b4f97b61cf0b257e31bcf512668ad458523d7f5a;hp=dcfd6e68b5772d2f5252244e55ed80737a3ad89b;hpb=41d858b88cc49ef6d5f1dc79e1ae84e15a004644;p=lyx.git diff --git a/lib/layouts/theorems-named.module b/lib/layouts/theorems-named.module index dcfd6e68b5..899ae72742 100644 --- a/lib/layouts/theorems-named.module +++ b/lib/layouts/theorems-named.module @@ -7,14 +7,14 @@ #Requires: theorems-ams | theorems-starred #Original Author: John Perry -Format 32 +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}