[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: avoid .. at end of tabularx debug message (a6e85f08)
David Carlisle
d.p.carlisle at gmail.com
Wed Jan 15 17:50:15 CET 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/a6e85f08a9a7489d68bec20439e46275dc0a1350
>---------------------------------------------------------------
commit a6e85f08a9a7489d68bec20439e46275dc0a1350
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Wed Jan 15 16:50:15 2020 +0000
avoid .. at end of tabularx debug message
>---------------------------------------------------------------
a6e85f08a9a7489d68bec20439e46275dc0a1350
required/tools/changes.txt | 8 ++++++++
required/tools/tabularx.dtx | 11 ++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index b99d32aa..441ab974 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -5,6 +5,14 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2020-01-15 David Carlisle <David.Carlisle at latex-project.org>
+
+ * tabularx.dtx: Avoid .. at end of the Target width debug message.
+
+2020-01-04 David Carlisle <David.Carlisle at latex-project.org>
+
+ * hhline.dtx: Allow and ignore spaces in the \hhline argument.
+
2019-12-09 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* multicol.dtx:
diff --git a/required/tools/tabularx.dtx b/required/tools/tabularx.dtx
index ff8f3cec..8df879b4 100644
--- a/required/tools/tabularx.dtx
+++ b/required/tools/tabularx.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2019
+% Copyright (C) 1993-2020
%
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
@@ -31,7 +31,7 @@
%<driver> \ProvidesFile{tabularx.drv}
% \fi
% \ProvidesFile{tabularx.dtx}
- [2016/02/03 v2.11b `tabularx' package (DPC)]
+ [2020/01/15 v2.11c `tabularx' package (DPC)]
% \iffalse
%<*driver>
\documentclass{ltxdoc}
@@ -341,8 +341,9 @@
% \end{macrocode}
% \changes{v2.02}{1995/03/20}
% {New local setting of \cs{TX@}}
-% \changes{v4.09}{1998/05/13}
+% \changes{v2.09}{1998/05/13}
% {Use \cs{setlength}, so that calc extensions apply. tools/2793}
+% \changes{v2.11c}{2020/01/15}{Delete duplicated . at end of message}
% Allow "\tabularx" "\endtabularx" (but not "\begin{tabularx}"
% "\end{tabularx}") to be used in "\newenvironment" definitions.
% \begin{macrocode}
@@ -351,11 +352,11 @@
% \end{macrocode}
% "\relax" added at v1.05 so that non-expandable length tokens, like
% "\textwidth" do not generate an extra space, and an overfull box.
-% "\relax" removed again at v4.09 in favour of "\setlength" so if you
+% "\relax" removed again at v2.09 in favour of "\setlength" so if you
% use the calc package you can use a width of "(\textwidth-12pt)/2".
% \begin{macrocode}
\setlength\TX at target{#1}%
- \TX at typeout{Target width: #1 = \the\TX at target.}%
+ \TX at typeout{Target width: #1 = \the\TX at target}%
\toks@{}\TX at get@body}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list