Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (56m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 10:12:51 UTC Now

2010-09-10 23:56:32 UTC MAIN commitmail json YAML

Update tex-algorithm2e to 4.01.

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

(minskim)