]> git.lyx.org Git - lyx.git/blob - lib/layouts/algorithm2e.module
62ee07793386719762cadf042489c7743d8119cb
[lyx.git] / lib / layouts / algorithm2e.module
1 #\DeclareLyXModule[algorithm2e.sty]{Algorithm2e}
2 #DescriptionBegin
3 # Use the algorithm2e package for algorithm floats rather
4 # than LyX's home-brewed algorithm floats. Use the Algorithm
5 # style to enter and indent the algorithm.
6 #DescriptionEnd
7 #
8 #Author: Jürgen Spitzmüller
9
10 Format 68
11
12 Requires algorithm2e
13
14 Input stdfloatnames.inc
15
16 Float
17         Type                  algorithm
18         GuiName               Algorithm
19         Placement             tbp
20         AllowedPlacement      !htbp
21         AllowsSideways        0
22         Extension             loa
23         NumberWithin          none
24         Style                 plain
25         ListName              "List of Algorithms"
26         IsPredefined          true
27         UsesFloatPkg          false
28         ListCommand           listofalgorithms
29         RefPrefix             alg
30 End
31
32 Style Algorithm
33   Category              List
34   Margin                Static
35   LatexType             Environment
36   NextNoIndent          1
37   ParbreakIsNewline     1
38   ToggleIndent          Never
39   KeepEmpty             1
40   LeftMargin            MM
41   Align                 Left
42 End