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-2010 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. 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, 1995, 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
mattens_sample.pdf
mattens_sample.tex A sample document that describes the tensor
notation itself in mode detail. It shows some
of the applications of the vector/tensor
notation.
Header.asy Asympote header file for graphics
Genrots.asy Asympote source file
Genrots.pdf Graphics input file
Genrots2.asy Asympote source file
Genrots2.pdf Graphics input file
TransRot.asy Asympote source file
TransRot.pdf Graphics input file
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
mattens_sample.pdf
mattens_sample_src.zip
|