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