diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-09-09 20:25:15 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-09-09 20:25:15 +0000 |
commit | 96a46118adf4860be66ada6b0bf29cb164f422d9 (patch) | |
tree | 4fde8f623e5066c98456ea3fe7143f7cfbc52cba /Master/texmf-dist/source/latex/latex-tds/patch | |
parent | 6d406252a4add5f456a627298ffdbed4d682adec (diff) |
latex-tds 2008/09/06
git-svn-id: svn://tug.org/texlive/trunk@10527 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/patch')
-rw-r--r-- | Master/texmf-dist/source/latex/latex-tds/patch/array.dtx.diff | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/array.dtx.diff b/Master/texmf-dist/source/latex/latex-tds/patch/array.dtx.diff new file mode 100644 index 00000000000..4d85217928e --- /dev/null +++ b/Master/texmf-dist/source/latex/latex-tds/patch/array.dtx.diff @@ -0,0 +1,34 @@ +*** array.dtx.org 2006-05-21 19:28:12.000000000 +0200 +--- array.dtx 2008-09-06 02:37:03.000000000 +0200 +*************** +*** 27,32 **** +--- 27,36 ---- + %<+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,1946 **** + % + % \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.). + % \begin{macrocode} + \def\arraybackslash{\let\\\tabularnewline} + % \end{macrocode} +--- 1943,1950 ---- + % + % \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.). + % \begin{macrocode} + \def\arraybackslash{\let\\\tabularnewline} + % \end{macrocode} |