[latex3-commits] [git/LaTeX3-latex3-latex2e] master: tiny docu corrections not worth uploading to CTAN separately (fdc6a20)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Apr 6 23:26:09 CEST 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/fdc6a204ebe955f45da25832a96a2776836ec590
>---------------------------------------------------------------
commit fdc6a204ebe955f45da25832a96a2776836ec590
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Apr 6 23:26:09 2018 +0200
tiny docu corrections not worth uploading to CTAN separately
>---------------------------------------------------------------
fdc6a204ebe955f45da25832a96a2776836ec590
doc/latexchanges.tex | 2 +-
required/tools/changes.txt | 5 +++++
required/tools/multicol.dtx | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/latexchanges.tex b/doc/latexchanges.tex
index 91198f5..2ac15fc 100644
--- a/doc/latexchanges.tex
+++ b/doc/latexchanges.tex
@@ -36,7 +36,7 @@
\title{Changes to the \LaTeXe{} format}
-\author{\copyright~Copyright 2015--2017, \LaTeX3 Project Team.\\
+\author{\copyright~Copyright 2015--2018, \LaTeX3 Project Team.\\
All rights reserved.}
\date{2018-04-01}
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index e2a978f..da1193c 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -5,6 +5,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2018-01-28 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * multicol.dtx: use a single output routine that does both
+ balancing and cutting rather than changing them
+
2017-11-07 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* array.dtx: fixed bug reported on stack exchange SX68732 about
diff --git a/required/tools/multicol.dtx b/required/tools/multicol.dtx
index f1d8b77..4da6dbd 100644
--- a/required/tools/multicol.dtx
+++ b/required/tools/multicol.dtx
@@ -1680,7 +1680,7 @@
% environment was done by changing the output routine from
% |\multi at column@out| to |\balance at column@out|. As it turned out
% that this has a couple of issues when the last columns should not
-% be balanced after aled (for example because they contained several
+% be balanced after all (for example because they contained several
% |\columnbreak| commands we now stay with one output routine for
% the environment and only signal that we reached the end of the
% environment by marking it with a special penalty that we can check
More information about the latex3-commits
mailing list