Index: mttroot/mtt/bin/trans/latex_matrix.r ================================================================== --- mttroot/mtt/bin/trans/latex_matrix.r +++ mttroot/mtt/bin/trans/latex_matrix.r @@ -9,10 +9,13 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Version control history %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% $Id$ %% $Log$ +%% Revision 1.4 1998/11/10 14:15:36 peterg +%% Now does matrix style for m<3 +%% %% Revision 1.3 1998/03/14 11:07:09 peterg %% Removed comma from array subscript %% %% Revision 1.2 1998/02/25 22:11:28 peterg %% Added big matrix version @@ -23,11 +26,11 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PROCEDURE Latex_Matrix; BEGIN -IF MTT_Matrix_m<3 THEN %% Do matrix style version +IF MTT_Matrix_m<5 THEN %% Do matrix style version BEGIN IF MTT_Matrix_n>0 THEN IF MTT_Matrix_m>0 THEN BEGIN write "\begin{equation}";