lyx_mirror/lib/layouts/algorithm2e.module
Juergen Spitzmueller 35e64bf951 Allow usage of algorithm2e package (#8744)
This simple module allows users to use the algorithm2e package at all. Before, it was not possible with LyX, since this package conflicts with LyX's own algorithm support (see also #8728)
2014-01-26 19:23:40 +01:00

27 lines
605 B
Plaintext

#\DeclareLyXModule[algorithm2e.sty]{Algorithm2e}
#DescriptionBegin
# Use the algorithm2e package for algorithm floats rather
# then LyX's home-brewn algorithm floats.
#DescriptionEnd
#
#Author: Jürgen Spitzmüller
Format 35
Requires algorithm2e
Float
Type algorithm
GuiName Algorithm
Placement tbp
Extension loa
NumberWithin none
Style plain
ListName "List of Algorithms"
IsPredefined true
UsesFloatPkg false
ListCommand listofalgorithms
RefPrefix alg
End