Remove latex-nameclash between

\newfloat{algorithm} ...
and
        \newtheorem{algorithm}...
This commit is contained in:
Kornel Benko 2013-03-01 15:32:58 +01:00
parent 6c15b944b1
commit cc0c3d0427
2 changed files with 8 additions and 8 deletions

View File

@ -93,11 +93,11 @@ End
Style Algorithm
CopyStyle Theorem
LatexName algorithm
LatexName lyxalgorithm
LabelString "Algorithm \thealgorithm."
Preamble
\theoremstyle{plain}
\newtheorem{algorithm}{\protect\algorithmname}
\newtheorem{lyxalgorithm}{\protect\algorithmname}
EndPreamble
LangPreamble
\providecommand{\algorithmname}{_(Algorithm)}
@ -111,11 +111,11 @@ End
Style Algorithm*
CopyStyle Theorem*
LatexName algorithm*
LatexName lyxalgorithm*
LabelString "Algorithm."
Preamble
\theoremstyle{plain}
\newtheorem*{algorithm*}{\protect\algorithmname}
\newtheorem*{lyxalgorithm*}{\protect\algorithmname}
EndPreamble
LangPreamble
\providecommand{\algorithmname}{_(Algorithm)}

View File

@ -70,11 +70,11 @@ End
Style Algorithm
CopyStyle Theorem
DependsOn Theorem
LatexName algorithm
LatexName lyxalgorithm
LabelString "Algorithm \thetheorem."
Preamble
\theoremstyle{plain}
\newtheorem{algorithm}[thm]{\protect\algorithmname}
\newtheorem{lyxalgorithm}[thm]{\protect\algorithmname}
EndPreamble
LangPreamble
\providecommand{\algorithmname}{_(Algorithm)}
@ -87,11 +87,11 @@ End
Style Algorithm*
CopyStyle Theorem*
LatexName algorithm*
LatexName lyxalgorithm*
LabelString "Algorithm."
Preamble
\theoremstyle{plain}
\newtheorem*{algorithm*}{\protect\algorithmname}
\newtheorem*{lyxalgorithm*}{\protect\algorithmname}
EndPreamble
LangPreamble
\providecommand{\algorithmname}{_(Algorithm)}