]> git.lyx.org Git - lyx.git/blob - lib/layouts/algorithm2e.module
Convert layout files to current format
[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 54
10
11 Requires algorithm2e
12
13 Float
14         Type                  algorithm
15         GuiName               Algorithm
16         Placement             tbp
17         Extension             loa
18         NumberWithin          none
19         Style                 plain
20         ListName              "List of Algorithms"
21         IsPredefined          true
22         UsesFloatPkg          false
23         ListCommand           listofalgorithms
24         RefPrefix             alg
25 End
26