0337aa796a
Changes between 3.x and 4.x: Some commands have been renamed to have consistent naming (CamlCase syntax) and old commands are no more available. If you doesn't want to change your mind or use old latex files, you can use oldcommands option to enable old commands back. - \SetNoLine becomes \SetAlgoNoLine - \SetVline becomes \SetAlgoVlined - \Setvlineskip becomes \SetVlineSkip - \SetLine becomes \SetAlgoLined - \dontprintsemicolon becomes \DontPrintSemicolon - \printsemicolon becomes \PrintSemicolon - \incmargin becomes \IncMargin - \decmargin becomes \DecMargin - \setnlskip becomes \SetNlSkip - \Setnlskip becomes \SetNlSkip - \setalcapskip becomes \SetAlCapSkip - \setalcaphskip becomes \SetAlCapHSkip - \nlSty becomes \NlSty - \Setnlsty becomes \SetNlSty - \linesnumbered becomes \LinesNumbered - \linesnotnumbered becomes \LinesNotNumbered - \linesnumberedhidden becomes \LinesNumberedHidden - \showln becomes \ShowLn - \showlnlabel becomes \ShowLnLabel - \nocaptionofalgo becomes \NoCaptionOfAlgo - \restorecaptionofalgo becomes \RestoreCaptionOfAlgo - \restylealgo becomes \RestyleAlgo - gIf macros and so on do no more exist
8 lines
525 B
Text
8 lines
525 B
Text
Algorithm2e is an environment for writing algorithms. An algorithm
|
|
becomes a floating object (like figure, table, etc.). The package
|
|
provides macros that allow you to create different keywords, and a set
|
|
of predefined key words is provided; you can change the typography of
|
|
the keywords. The package allows vertical lines delimiting a block of
|
|
instructions in an algorithm, and defines different sorts of algorithms
|
|
such as Procedure or Function; the name of these functions may be reused
|
|
in the text or in other algorithms.
|