mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove latex-nameclash between
\newfloat{algorithm} ... and \newtheorem{algorithm}...
This commit is contained in:
parent
6c15b944b1
commit
cc0c3d0427
@ -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)}
|
||||
|
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user