X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-named.module;h=899ae72742975a40f2be35e5cc586942a7b95782;hb=b4f97b61cf0b257e31bcf512668ad458523d7f5a;hp=52bcb77238552698c0b329ed0110ae3aa754f275;hpb=3ccd0abf7e7857bb77cbf4d82326b9316514d3b2;p=lyx.git diff --git a/lib/layouts/theorems-named.module b/lib/layouts/theorems-named.module index 52bcb77238..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 34 +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}