mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
4345331870
The current spelling is not strictly wrong, but flagged as unusual or historical by some authorities. It is also found fault with many spell checkers. Thus we decided to move to the more standard "-ible" form once and for all. See #10678 for discussion This last part updates the layout format and changes collapsable color. This will all also all be backported to 2.3.x, for the sake of backwards compatibility (cherry-picking).
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
#\DeclareLyXModule[algorithm2e.sty]{Algorithm2e}
|
|
#DescriptionBegin
|
|
# Use the algorithm2e package for algorithm floats rather
|
|
# than LyX's home-brewed algorithm floats. Use the Algorithm
|
|
# style to enter and indent the algorithm.
|
|
#DescriptionEnd
|
|
#
|
|
#Author: Jürgen Spitzmüller
|
|
|
|
Format 65
|
|
|
|
Requires algorithm2e
|
|
|
|
Input stdfloatnames.inc
|
|
|
|
Float
|
|
Type algorithm
|
|
GuiName Algorithm
|
|
Placement tbp
|
|
AllowedPlacement !htbp
|
|
AllowsSideways 0
|
|
Extension loa
|
|
NumberWithin none
|
|
Style plain
|
|
ListName "List of Algorithms"
|
|
IsPredefined true
|
|
UsesFloatPkg false
|
|
ListCommand listofalgorithms
|
|
RefPrefix alg
|
|
End
|
|
|
|
Style Algorithm
|
|
Category List
|
|
Margin Static
|
|
LatexType Environment
|
|
NextNoIndent 1
|
|
ParbreakIsNewline 1
|
|
ToggleIndent Never
|
|
KeepEmpty 1
|
|
LeftMargin MM
|
|
Align Left
|
|
End
|