diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/gauss/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/gauss/README')
-rw-r--r-- | macros/latex/contrib/gauss/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/gauss/README b/macros/latex/contrib/gauss/README new file mode 100644 index 0000000000..3aa9b67027 --- /dev/null +++ b/macros/latex/contrib/gauss/README @@ -0,0 +1,21 @@ + +gauss.sty -- A Package for Typesetting Matrix Operations +-------------------------------------------------------- + +To use the package, just place the gauss.sty file at a +location where TeX will find it, and insert + + \usepackage{gauss} + +to your document's preamble. This will define a new +environment gmatrix whose usage is well explained in +the gauss-doc.dvi file. + +This program may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.1 of this license or (at your option) any later +version. + +--- + +(c) 2001, 2002 by Manuel Kauers <manuel@kauers.de> |