diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-31 22:36:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-31 22:36:12 +0000 |
commit | 4bce4544a9d409cae7156a9e8ec7c5cd83d03aee (patch) | |
tree | 40be61d36f6017c972004b7ebfe375423bb410e1 /Master/texmf-dist/doc/latex/onlyamsmath/README | |
parent | e7c4147cc5e3ed9a9baa218d7eebad637ff38800 (diff) |
new (old) package onlyamsmath
git-svn-id: svn://tug.org/texlive/trunk@3067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/onlyamsmath/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/README | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/README b/Master/texmf-dist/doc/latex/onlyamsmath/README new file mode 100644 index 00000000000..b614b428cd2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/onlyamsmath/README @@ -0,0 +1,50 @@ +onlyamsmath.sty +=============== + +This package inhibits the usage of plain TeX and on demand of +standard LaTeX math environments. +This is useful for class writers who want to force their clients to +use the environments provided by the amsmath package. + + +Copyright 2001 Harald Harders + +This program can be redistributed and/or modified under the terms +of the LaTeX Project Public License Distributed from CTAN +archives in directory macros/latex/base/lppl.txt; either +version 1 of the License, or any later version. + + + +Installation: + +automatic: - run make. + - copy onlyamsmath.sty to a place where LaTeX can find it. + - run texhash or the corresponding command of your distribution. + +by hand: - execute latex on onlyamsmath.ins + - execute latex on onlyamsmath.dtx (2x) + - execute makeindex -s gind.ist onlyamsmath + - execute makeindex -s gglo.ist -o onlyamsmath.gls onlyamsmath.glo + - execute latex on onlyamsmath.dtx + - copy onlyamsmath.sty to a place LaTeX can find it + - run texhash or the corresponding command of your distribution + + + +To do: +- ?? + + +Change log: +- 0.01 First version +- 0.02 Added switch nodollardollar +- 0.03 Changed definition of \dollarcode, by David Kastrup + Removed switches dollardollar and nodollardollar +- 0.04 Removed code that forbids \[...\] + + +2001-10-04 +Harald Harders +h.harders@tu-bs.de + |