summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-19 21:09:48 +0000
committerKarl Berry <karl@freefriends.org>2017-07-19 21:09:48 +0000
commit7635442426a86740fe22aa86536c77017010bb5d (patch)
treefc062f7a613acebdd3395bcfc11126973d9745f8 /Master/texmf-dist/doc/latex/algorithm2e
parenta186753945724fc04284f43bc643065d28bc6393 (diff)
algorithm2e (19jul17)
git-svn-id: svn://tug.org/texlive/trunk@44846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/algorithm2e')
-rw-r--r--Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdfbin532799 -> 533935 bytes
-rw-r--r--Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex27
2 files changed, 21 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf
index a078f59bda6..746a80c363a 100644
--- a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf
+++ b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex
index 4d2fc6fe614..4ff13e11a1a 100644
--- a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex
+++ b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex
@@ -1,12 +1,12 @@
% algorithm2e.tex --- doc of the package file for algorithms
%
% (c) 1995-1997 Christophe Fiorio, Tu-Berlin, Germany
-% (c) 1998-2015 Christophe Fiorio, Montpellier University, France
+% (c) 1998-2017 Christophe Fiorio, Montpellier University, France
%
% Report bugs and comments to:
% christophe.fiorio@umontpellier.fr
%
-% $Id: algorithm2e.tex,v 5.1 2015/10/18 21:35:18 cfiorio Exp $
+% $Id: algorithm2e.tex,v 5.2 2017/07/18 15:34:38 fioriochristophe Exp $
%
\documentclass[a4paper]{article}
@@ -195,10 +195,10 @@
\end{minipage}%
}
%%%%%%%%%%%%%%%%%%%%%%
-\newcommand{\algocfversion}{release 5.1}
+\newcommand{\algocfversion}{release 5.2}
\title{algorithm2e.sty --- package for algorithms\\ {\large\algocfversion}}
\author{(c) 1995-1997 Christophe Fiorio, Tu-Berlin, Germany\\
-(c) 1998-2015 Christophe Fiorio, LIRMM, Montpellier University, France\\
+(c) 1998-2017 Christophe Fiorio, LIRMM, Montpellier University, France\\
Report bugs and comments to christophe.fiorio@umontpellier.fr\\
algorithm2esty-annonce@lirmm.fr mailing list for announcements\\
algorithm2esty-discussion@lirmm.fr mailing list for discussion\thanks{The author is very grateful
@@ -209,7 +209,7 @@
for the german translation of keywords}
\thanks{Arnaud Giersch for his suggestions and corrections on SetKwComments}
\thanks{and the many users as Jean-Baptiste Rouquier
- for their remarks} } \date{October 19 2015}
+ for their remarks} } \date{July 18 2017}
\makeindex
@@ -2284,6 +2284,19 @@ How they are obtained:
\section*{Release notes}\label{sec:relnotes}
\begin{verbatim}
+% - July 18 2017 - revision 5.2
+% * FIX: There was an overfull box 0.8pt with boxruled algorithm. This
+% is fixed.
+% * FIX: problem when mixing caption package and figure option. This bug
+% was partially corrected in 5.0 for one side document but with
+% false indentation and not working for two side document. This
+% is now fully fixed.
+% * FIX: misaligned lines numbers with noline option
+% * FIX: Fix croation keywords thanks to Ivan Kolan
+% * FIX: there was an overfull hbox of 8.5pt when using [H] and ruled
+% caption. This is fixed.
+% * FIX: \SetCustomAlgoRuledWidth only changed midrule. This is fixed,
+% it changes all the rules
% - October 19 2015 - revision 5.1
% * CHANGE/ADD: l commands (the ones as \lIf) can now be used with a
% star. If done, no end of line are done, so you can enclose
@@ -2292,7 +2305,8 @@ How they are obtained:
% Note that when you use a star, side comments are not allowed.
% * CHANGE/ADD: Now you can have a side comment at end of macros which
% have a block. For example you can do :
-% \Begin(\tcc*[h]{side comment for begin}{text}(\tcc*[h]{side comment after end})
+% \Begin(\tcc*[h]{side comment for begin}{
+% text}(\tcc*[h]{side comment after end})
% Note: there are some side effects for some commands:
% \SetKwProg : macro defined thanks to \SetKwProg are allowed
% to have no end marker. In this case,
@@ -2497,3 +2511,4 @@ How they are obtained:
\clearpage
\printindex
\end{document}
+