diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/patch/array.dtx.diff')
-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} |