summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-09-09 20:13:05 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-09-09 20:13:05 +0000
commit2ef2aadc920ffc6fe45e66f4510d3e11106f15f4 (patch)
treeada9b660044646f069feb4ca5554e8ef30d9cdd0 /Master/texmf-dist/source/latex/tools
parent01a8693ddcff79d927b0d9511cf4526c532d7e9c (diff)
tools update (2008/09/06 from latex-tds)
git-svn-id: svn://tug.org/texlive/trunk@10523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tools')
-rw-r--r--Master/texmf-dist/source/latex/tools/array.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/tools/array.dtx b/Master/texmf-dist/source/latex/tools/array.dtx
index f86accccbbc..a94d171ddd9 100644
--- a/Master/texmf-dist/source/latex/tools/array.dtx
+++ b/Master/texmf-dist/source/latex/tools/array.dtx
@@ -27,6 +27,10 @@
%<+package>\ProvidesPackage{array}
%<+package> [2005/08/23 v2.4b Tabular extension package (FMi)]
%
+% *** 2008/09/06 Heiko Oberdiek, project `latex-tds': ***
+% *** The description of \arraybackslash is fixed, ***
+% *** see LaTeX bug report `tools/4044'. ***
+%
% \fi
%
% \CheckSum{1115}
@@ -1939,8 +1943,8 @@
%
% \begin{macro}{\arraybackslash}
% \changes{v2.4a}{2003/12/17}{(DPC) Macro added (from tabularx)}
-% Restore |\\| for use in array and tabular environment (after
-% |\raggedright| etc.).
+% Restore =\\= for use in array and tabular environment (after
+% =\raggedright= etc.).
% \begin{macrocode}
\def\arraybackslash{\let\\\tabularnewline}
% \end{macrocode}