mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
35e64bf951
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)
27 lines
605 B
Plaintext
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
|
|
|