diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/amsmath/install.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/amsmath/install.txt | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/amsmath/install.txt b/Master/texmf-dist/doc/latex/amsmath/install.txt new file mode 100644 index 00000000000..c8cfdef9677 --- /dev/null +++ b/Master/texmf-dist/doc/latex/amsmath/install.txt @@ -0,0 +1,122 @@ +install.txt for amsmath 2.15 [2016/02/20] + +Copyright 2004, 2013 American Mathematical Society. +Copyright 2016 LaTeX3 Project and American Mathematical Society. + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3c +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is the LaTeX3 Project. + + +=========================================================================== + +If you have a relatively up-do-date TeX system that complies with the +TeX Directory Structure (TDS) standard, installing according to the +instructions in section I below is the easiest method. See + + http://www.tug.org/tds/tds.pdf + +for details on the TDS standard. If your TeX system does not comply +with the TDS standard, please contact the manufacturer of your TeX +system for details on how to install third-party TeX packages. + +The first step is to identify the TEXMF folder that contains files used +by LaTeX. To do this, look for the file article.cls. If you find, e.g., + + /usr/local/share/texmf/tex/latex/base/article.cls + +then we will define TEXMF to mean /usr/local/share/texmf (everything +before the tex/latex/base part). On a Windows system the file location +will probably be something like + + c:\sw\texmf\tex\latex\base\article.cls + +Then we define TEXMF to mean c:\sw\texmf. In the following instructions, +wherever you see "TEXMF" substitute the folder name determined in this +way. + +If this terminology does not make sense to you, seek assistance from a +friend or colleague, or from the company that you bought your TeX +system from, or contact us at one of the above addresses. + +======================================================================== +I. Installing the easy way. + +1. Download the following archive file: + + ftp://ftp.ams.org/pub/tex/amsmath.zip + +2. View the following files to assess the effects of the upgrade on +your system: + + README + install.txt (this file) + diffs-m.txt + +3. Backup the old version of AMS-LaTeX, preferably by moving it out of the +TEXMF tree. + +4. Extract files from the .zip archive using your favorite unzip tool, +setting the extraction target directory to the texmf root directory. + +5. To check the end result, you should find that you now have amsmath.sty +in the following location + + TEXMF/tex/latex/amsmath/amsmath.sty + +Some TeX systems also use a database to keep track of TeX input files. +If this database is not updated, your TeX system might not find the +newly installed files. Consult your TeX system's documentation to +determine how to update this database. + +6. Some files will appear in both the source area and another area. +This is because the source form and the in-use form are identical. +As distributed, the files in the source/latex/ams* areas comprise a +complete copy of the distribution from which all the other files can +be regenerated if need be. If you need to conserve disk space, you +could delete the files in the source area, since they are not needed +for normal use. + +======================================================================== +II. Installing the not-so-easy way. + +Download amsmath.zip from http://www.ctan.org + +Make the following directories, if not already present: + + TEXMF/source/latex/amsmath + TEXMF/tex/latex/amsmath + TEXMF/doc/latex/amsmath + +Backup your old AMS-LaTeX files if they are installed, preferably moving them +out of the TEXMF tree. + +******** revise -- pdf file amsldoc will be included in distrib + +Create a temporary directory and generate documentation files (these assume +a UNIX TeX installation): + + - make directory /tmp/amsmath + - unzip -d /tmp/amscls amsmath.zip + - cd /tmp/amsmath + - Run latex on the file ams-m1.ins to produce .cls and .sty files + - Run latex on *.tex + - [optional] Run latex on *.dtx (technical documentation) + - move *.dvi, *.pdf, *.tex to TEXMF/doc/latex/amsmath + - [optional] move *.dtx to TEXMF/doc/latex/amsmath + - [optional] convert .dvi to .ps or .pdf + - move *.sty and *.cls to TEXMF/tex/latex/amsmath + - delete /tmp/amsmath + +Some TeX systems also use a database to keep track of TeX input files. +If this database is not updated, your TeX system might not find the +newly installed files. Consult your system's documentation to determine +how to update this database. |