diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mattens/mattens.sty | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/mattens/mattens.sty b/Master/texmf-dist/tex/latex/mattens/mattens.sty index 1086b580627..f4cfced8661 100644 --- a/Master/texmf-dist/tex/latex/mattens/mattens.sty +++ b/Master/texmf-dist/tex/latex/mattens/mattens.sty @@ -6,18 +6,24 @@ %% %% mattens.dtx (with options: `package') %% -%% The mattens package -%% Copyright (C) 2001--2004 by Danie Els <dnjels@sun.ac.za> +%% Copyright (C) 2001--2009 Danie Els %% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: +%% ------------------------------------------------------------------- +%% The mattens package +%% for vector/tensor typesetting +%% ------------------------------------------------------------------- +%% This work may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3c of this +%% license or (at your option) any later version. The latest version +%% of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. %% -%% http://www.latex-project.org/lppl.txt +%% This work has the LPPL maintenance status 'maintained'. %% -%% and version 1.2 or later is part of all distributions of LaTeX -%% version 1999/12/01 or later. +%% This Current Maintainer of this work is Danie Els (dnjels@sun.ac.za) +%% ------------------------------------------------------------------- %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -36,7 +42,9 @@ %% Right brace \} Tilde \~} %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{mattens}[2004/01/28 v1.2 Matrix/Tensors (DNJ Els)] +\ProvidesPackage{mattens}[2009/09/01 + v1.3 + Matrix/Tensors (DNJ Els)] \newcommand*{\MT@SymbStrt}{} \newcommand*{\SetSymbStrut}[1]{\renewcommand*{\MT@SymbStrt}{#1}} \SetSymbStrut{\relax} @@ -194,7 +202,7 @@ \def\MT@SetSub{_{\mskip\MT@SubSkip\relax#3}}% \def\MT@SetSubS{^{}_{\mskip\MT@SubSkip\relax#3}}% \fi - \ensuremath{\MT@cmd{#1}}} + \MT@cmd{#1}} \newcommand*{\MT@Symb}[1]{\MT@SymbStrt\MT@bold#1} \newcommand*{\MT@SymbC}[1]{% \MT@SymbStrt\widetilde{% |