1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
The mattens package
for vector/tensor typesetting
Author: Danie Els
Copyright (c) 2001-2004 Danie Els
Licence: LaTeX Project Public License
DESCRIPTION
===========
The mattens package contains the definitions to typeset vectors
and tensors as used in the engineering community for the
representation of common vectors and tensors such as forces,
velocities, moments of inertia, etc.
This package adheres to the well-defined and documented notation
as proposed by Hassenpflug[1,2].
1. Hassenpflug, W.C., "Matrix Tensor Notation Part I.
Rectilinear Orthogonal Coordinates."
Comput. Math. Appl., vol. 26, no. 3, 1993, pp. 55–-93.
2. Hassenpflug, W.C., "Matrix Tensor Notation Part II.
Skew and Curved Coordinates."
Comput. Math. Appl., vol. 29, no. 11, 1993, pp. 1-–103.
FILES IN DISTRIBUTION
=====================
BASE DISTRIBUTION:
readme.txt This file.
mattens.ins Package installation file.
mattens.dtx Package source file.
mattens.sty Package style file. It was produced by
executing "latex mattens.ins". Please note
that mattens.sty requires the amsmath
package.
DOCUMENTATION:
mattens.pdf User manual for mattens package. It was
produced by executing:
pdflatex mattens.dtx
pdflatex mattens.dtx
makeindex -s gglo.ist -o mattens.gls mattens.glo
makeindex -s gind.ist -o mattens.ind mattens.idx
pdflatex mattens.dtx
pdflatex mattens.dtx
SAMPLE DOCUMENT
MTsample.pdf
MTsample.tex A sample document that describes the tensor
notation itself in mode detail. It shows some
of the applications of the vector/tensor
notation.
readme_sampl Read-me file for the compilation of the
MTsample document and graphics.
rotate.(mps/ps) Graphics file (MetaPost output).
transrot.(mps/ps) Graphics file (MetaPost output).
mphead.tex MetaPost (for latexMP packages) input header.
rotate.mp MetaPost source file.
transrot.mp MetaPost source file.
MPfig.bat Dos batch file for compilation of MetaPost
graphics files. See "readme.sampl".
BASIC INSTALLATION
====================
The minimum requirement to use the package is the to have
mattens.sty in a directory where TeX can find it.
For a basic installation on a TDS compliant system, move the
following files to the following directories:
<texmf>/tex/latex/mattens/
mattens.sty
<texmf>/source/latex/mattens/
mattens.ins
mattens.dtx
<texmf>/doc/latex/mattens/
readme
mattens.pdf
MTsample.pdf
|