summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mattens/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/mattens/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/mattens/README')
-rw-r--r--macros/latex/contrib/mattens/README93
1 files changed, 93 insertions, 0 deletions
diff --git a/macros/latex/contrib/mattens/README b/macros/latex/contrib/mattens/README
new file mode 100644
index 0000000000..d1c6a93471
--- /dev/null
+++ b/macros/latex/contrib/mattens/README
@@ -0,0 +1,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