diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-26 23:31:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-26 23:31:02 +0000 |
commit | 2a64d47e976ee4cc285f2b991acc937cce93dc39 (patch) | |
tree | e84571d19e0fb61eb6b6f8dfe17691240bda84e5 /Master | |
parent | 0e16d53632ee98cedc9905589a7b2d7708f17426 (diff) |
mattens update (26mar10)
git-svn-id: svn://tug.org/texlive/trunk@17572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/mattens/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mattens/mattens.pdf | bin | 540804 -> 541450 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mattens/mattens_sample_src.zip | bin | 35130 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/mattens/mattens.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/mattens/mattens.ins | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mattens/mattens.sty | 8 |
6 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/mattens/README b/Master/texmf-dist/doc/latex/mattens/README index 1e9817a5463..d1c6a93471a 100644 --- a/Master/texmf-dist/doc/latex/mattens/README +++ b/Master/texmf-dist/doc/latex/mattens/README @@ -2,7 +2,7 @@ for vector/tensor typesetting Author: Danie Els - Copyright (c) 2001-2009 Danie Els + Copyright (c) 2001-2010 Danie Els Licence: LaTeX Project Public License DESCRIPTION diff --git a/Master/texmf-dist/doc/latex/mattens/mattens.pdf b/Master/texmf-dist/doc/latex/mattens/mattens.pdf Binary files differindex 33bfd88609c..5a651a3ac51 100644 --- a/Master/texmf-dist/doc/latex/mattens/mattens.pdf +++ b/Master/texmf-dist/doc/latex/mattens/mattens.pdf diff --git a/Master/texmf-dist/doc/latex/mattens/mattens_sample_src.zip b/Master/texmf-dist/doc/latex/mattens/mattens_sample_src.zip Binary files differdeleted file mode 100644 index f551c78b3ca..00000000000 --- a/Master/texmf-dist/doc/latex/mattens/mattens_sample_src.zip +++ /dev/null diff --git a/Master/texmf-dist/source/latex/mattens/mattens.dtx b/Master/texmf-dist/source/latex/mattens/mattens.dtx index 50a753b7243..6833a44460e 100644 --- a/Master/texmf-dist/source/latex/mattens/mattens.dtx +++ b/Master/texmf-dist/source/latex/mattens/mattens.dtx @@ -799,8 +799,8 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{mattens}[2009/09/01 - v1.3 +\ProvidesPackage{mattens}[2010/03/26 + v1.3a Matrix/Tensors (DNJ Els)] % \end{macrocode} % @@ -834,9 +834,10 @@ % \end{macro} % % Process the options +% \changes{1.3a}{2010 Mar 25}{Remove invalid UTF-8 byte sequences} % \begin{macrocode} \DeclareOption*{% - \PackageWarning{mattens}{Unknown option ‘\CurrentOption’}} + \PackageWarning{mattens}{Unknown option: \CurrentOption}} \ProcessOptions\relax % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/mattens/mattens.ins b/Master/texmf-dist/source/latex/mattens/mattens.ins index cc0a6520c6a..16b400ecccd 100644 --- a/Master/texmf-dist/source/latex/mattens/mattens.ins +++ b/Master/texmf-dist/source/latex/mattens/mattens.ins @@ -1,5 +1,5 @@ % mattens.ins
-% Copyright (C) 2001--2009 Danie Els
+% Copyright (C) 2001--2010 Danie Els
%
% -------------------------------------------------------------------
% The mattens package
@@ -23,13 +23,13 @@ % -------------------------------------------------------------------
\def\batchfile{mattens.ins}
-\def\filedate{2009/09/01}
+\def\filedate{2010/03/26}
\input docstrip.tex
\keepsilent
\declarepreamble\DNJEpreamble
-Copyright (C) 2001--2009 Danie Els
+Copyright (C) 2001--2010 Danie Els
-------------------------------------------------------------------
The mattens package
diff --git a/Master/texmf-dist/tex/latex/mattens/mattens.sty b/Master/texmf-dist/tex/latex/mattens/mattens.sty index f4cfced8661..c774363ab17 100644 --- a/Master/texmf-dist/tex/latex/mattens/mattens.sty +++ b/Master/texmf-dist/tex/latex/mattens/mattens.sty @@ -6,7 +6,7 @@ %% %% mattens.dtx (with options: `package') %% -%% Copyright (C) 2001--2009 Danie Els +%% Copyright (C) 2001--2010 Danie Els %% %% ------------------------------------------------------------------- %% The mattens package @@ -42,8 +42,8 @@ %% Right brace \} Tilde \~} %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{mattens}[2009/09/01 - v1.3 +\ProvidesPackage{mattens}[2010/03/26 + v1.3a Matrix/Tensors (DNJ Els)] \newcommand*{\MT@SymbStrt}{} \newcommand*{\SetSymbStrut}[1]{\renewcommand*{\MT@SymbStrt}{#1}} @@ -54,7 +54,7 @@ \SetSymbFont{\boldsymbol} \DeclareOption{noformat}{\SetSymbFont{\relax}} \DeclareOption*{% - \PackageWarning{mattens}{Unknown option ‘\CurrentOption’}} + \PackageWarning{mattens}{Unknown option: \CurrentOption}} \ProcessOptions\relax \RequirePackage{amsmath} \newcommand{\MT@Overarrow}[2]{\overarrow@{\rightarrowfill@}{#1}{#2}} |