]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-ams-extended-bytype.module
typo
[lyx.git] / lib / layouts / theorems-ams-extended-bytype.module
index b6d269880b77d6189597578b62e0b1361ab1d0ce..ee0dc9f5b6f17e0e9fcff6885316feac82bd6797 100644 (file)
@@ -396,11 +396,11 @@ Style Assumption*
        Preamble
          \theoremstyle{plain}
          \newtheorem*{assumption*}{\protect\assumptionname}
+       EndPreamble
        LangPreamble
          \providecommand{\assumptionname}{_(Assumption)}
        EndLangPreamble
        BabelPreamble
          \addto\captions$$lang{\renewcommand{\assumptionname}{_(Assumption)}}
        EndBabelPreamble
-       EndPreamble
 End