]> git.lyx.org Git - lyx.git/blob - lib/layouts/algorithm2e.module
Add tableaux to outliner
[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.
5 #DescriptionEnd
6 #
7 #Author: Jürgen Spitzmüller
8
9 Format 63
10
11 Requires algorithm2e
12
13 Float
14         Type                  algorithm
15         GuiName               Algorithm
16         Placement             tbp
17         AllowedPlacement      !htbp
18         AllowsSideways        0
19         Extension             loa
20         NumberWithin          none
21         Style                 plain
22         ListName              "List of Algorithms"
23         IsPredefined          true
24         UsesFloatPkg          false
25         ListCommand           listofalgorithms
26         RefPrefix             alg
27 End
28