Commit graph

5 commits

Author SHA1 Message Date
minskim
0337aa796a 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
2010-09-10 23:56:32 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
dde8c871c5 Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
jmmv
84189ab81a Add user-destdir support. Per joerg@'s request. 2009-03-03 15:05:34 +00:00
jmmv
1a728054fe Initial import of tex-algorithm2e, version 3.9:
Algorithm2e is an environment for writing algorithms in LaTeX2e.
An algorithm is defined as a floating object like figures.  It
provides macros that allow you to create different sorts of key
words, thus a set of predefined key words is given.  You can
also change the typography of the keywords.
2007-05-28 14:07:16 +00:00