Last of the math translations.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38292 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-04-06 12:47:28 +00:00
parent ba6e5c5178
commit 62b33b369e

View File

@ -17,7 +17,7 @@ Style "Named Theorem"
\newcommand\thmsname{Theorem}
\newcommand\nm@thmtype{theorem}
\theoremstyle{plain}
\newtheorem*{namedtheorem}{\thmsname}
\newtheorem*{namedtheorem}{\protect\theoremname}
\newenvironment{namedthm}[1][Undefined Theorem Name]{
\ifx{#1}{Undefined Theorem Name}\renewcommand\nm@thmtype{theorem*}
\else\renewcommand\thmsname{#1}\renewcommand\nm@thmtype{namedtheorem}