From aba7aabf318f484a2247d9778fb54ce454f4525f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 Feb 2015 22:53:36 +0000 Subject: blkarray (28feb15) git-svn-id: svn://tug.org/texlive/trunk@36406 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/blkarray/blkarray.sty | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/blkarray') diff --git a/Master/texmf-dist/tex/latex/blkarray/blkarray.sty b/Master/texmf-dist/tex/latex/blkarray/blkarray.sty index a4b988c1327..7f2ad89ee7a 100644 --- a/Master/texmf-dist/tex/latex/blkarray/blkarray.sty +++ b/Master/texmf-dist/tex/latex/blkarray/blkarray.sty @@ -1,7 +1,7 @@ %%% blkarray.sty %%% %%% Copyright David Carlisle 1992 1999 -%%% david@dcarlisle.demon.co.uk +%%% d.p.carlisle "at" gmail.com %%% %%% This file may be distributed under the terms of the LPPL. %%% See 00readme.txt for details. @@ -9,6 +9,8 @@ %%% Version 0.01 - 0.03 November 1992 %%% Version 0.04 03 December 1992 %%% Version 0.05 24 March 1999 (email update only) +%%% Version 0.06 16 October 2014 Update for LaTeX2e +%%% Version 0.07 27 February 2015 Update for amsmath %%% %%% %%% @@ -608,6 +610,10 @@ % \clearpage % \section{The Macros} % +% \begin{macrocode} +\ProvidesPackage{blkarray}[2015/02/27 v0.07 Block array (dpc)]\relax +% \end{macrocode} +% % \subsection{Some General Control Macros} % The macros in this section do not have the "BA" prefix, but rather the % "GC" prefix, other style files can repeat these definitions without @@ -722,8 +728,9 @@ \chardef\BA@final@box@shadow=8 % \end{macrocode} % +% v0.07 use newbox not 0 to avoid amsmath. % \begin{macrocode} -\chardef\BA@first@box=0 +\newbox\BA@first@box % \end{macrocode} % % \begin{macrocode} @@ -789,7 +796,7 @@ % \end{itemize} % % The first method has the advantage that the variable is normally -% accessed within the environment, and the code to restore previos +% accessed within the environment, and the code to restore previous % values is trivial. The main memory usage is in the save-stack, \TeX's % normal place for saving local vaues. % @@ -1118,6 +1125,7 @@ \ifmmode \def\BA@bdollar{$}\let\BA@edollar\BA@bdollar \else + \setbox\z@\hbox{$$}%set up math for NFSS (2014/10/16) \def\BA@bdollar{\bgroup}\def\BA@edollar{\egroup}% \let\BA@bdollar\bgroup\let\BA@edollar\egroup \fi -- cgit v1.2.3