From b2ba0afced5c10391750914c16a2aa06cfaa6a96 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 22 Jan 2017 23:37:33 +0000 Subject: latex2e (22jan17) git-svn-id: svn://tug.org/texlive/trunk@43024 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/tools/array.sty | 8 ++++---- Master/texmf-dist/tex/latex/tools/bm.sty | 21 ++++++++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/tex/latex/tools') diff --git a/Master/texmf-dist/tex/latex/tools/array.sty b/Master/texmf-dist/tex/latex/tools/array.sty index dc4a9c2bed8..ab21a6aca04 100644 --- a/Master/texmf-dist/tex/latex/tools/array.sty +++ b/Master/texmf-dist/tex/latex/tools/array.sty @@ -39,7 +39,7 @@ %% Copyright (C) 1989-1998 Frank Mittelbach, all rights reserved. \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{array} - [2014/10/28 v2.4c Tabular extension package (FMi)] + [2016/10/06 v2.4d Tabular extension package (FMi)] %% \def\@addtopreamble#1{\xdef\@preamble{\@preamble #1}} @@ -214,13 +214,13 @@ \let\d@llarbegin\begingroup \let\d@llarend\endgroup \def\array{\col@sep\arraycolsep - \def\d@llarbegin{$}\let\d@llarend\d@llarbegin\gdef\@halignto{}% + \def\d@llarbegin{$}\let\d@llarend\d@llarbegin\def\@halignto{}% \@tabarray} \def\@tabarray{\@ifnextchar[{\@array}{\@array[c]}} -\def\tabular{\gdef\@halignto{}\@tabular} +\def\tabular{\def\@halignto{}\@tabular} \expandafter\def\csname tabular*\endcsname#1{% \setlength\dimen@{#1}% - \xdef\@halignto{to\the\dimen@}\@tabular} + \edef\@halignto{to\the\dimen@}\@tabular} \def\@tabular{% \leavevmode \hbox \bgroup $\col@sep\tabcolsep \let\d@llarbegin\begingroup diff --git a/Master/texmf-dist/tex/latex/tools/bm.sty b/Master/texmf-dist/tex/latex/tools/bm.sty index 235db4e1b4d..3f53cec02f5 100644 --- a/Master/texmf-dist/tex/latex/tools/bm.sty +++ b/Master/texmf-dist/tex/latex/tools/bm.sty @@ -34,14 +34,13 @@ %% The list of all files belonging to the LaTeX `Tools Bundle' is %% given in the file `manifest.txt'. %% -%% Copyright 1996 1997 1998 1999 2002 2003 2004 2016 +%% Copyright 1996 1997 1998 1999 2002 2003 2004 2016 2017 %% David Carlisle Frank Mittelbach %% %% Development of this package was commissioned by Y&Y Inc. -%% http://www.yandy.com \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bm} - [2016/07/07 v1.2b Bold Symbol Support (DPC/FMi)] + [2017/01/16 v1.2c Bold Symbol Support (DPC/FMi)] \def\bm#1#2{% \let\bm@pmb\install@mathalphabet \let\bm@pmb@\getanddefine@fonts @@ -343,13 +342,17 @@ \def\bm@umathchar#1#2#3{% \@tempcnta#2\relax \count@\bm@table -\ifx\count@=\m@ne +\ifnum\count@=\z@ + \bm@gr@up\boldmath{\Umathchar#1 #2 #3 }% \else - \advance\@tempcnta\count@ -\fi -\bm@xadd{\Umathchar#1\space - \the\@tempcnta\space\space - #3\space}} + \ifnum\count@=\m@ne + \else + \advance\@tempcnta\count@ + \fi + \bm@xadd{\Umathchar#1\space + \the\@tempcnta\space\space + #3\space}% +\fi} \def\bm@pmb#1{% \bm@add{\bm@pmb@{#1}}} \def\bm@pmb@#1{{% -- cgit v1.2.3