summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/blkarray
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-28 22:53:36 +0000
committerKarl Berry <karl@freefriends.org>2015-02-28 22:53:36 +0000
commitaba7aabf318f484a2247d9778fb54ce454f4525f (patch)
tree4bd6672089b7aac43032f7c2062f3041ea4322eb /Master/texmf-dist/tex/latex/blkarray
parent3d61491bee61a97118676773211cfead38f2b17d (diff)
blkarray (28feb15)
git-svn-id: svn://tug.org/texlive/trunk@36406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/blkarray')
-rw-r--r--Master/texmf-dist/tex/latex/blkarray/blkarray.sty14
1 files changed, 11 insertions, 3 deletions
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