diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathfont/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathfont/README.txt | 70 |
1 files changed, 42 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/mathfont/README.txt b/Master/texmf-dist/doc/latex/mathfont/README.txt index 5805abdad7e..bedf4d70352 100644 --- a/Master/texmf-dist/doc/latex/mathfont/README.txt +++ b/Master/texmf-dist/doc/latex/mathfont/README.txt @@ -1,37 +1,51 @@ -This file contains information about the mathfont LaTeX package -installation. Besides this README, the installation contains the -following files: +This README file contains information about the LaTeX2e package +"mathfont" installation version 1.6. Besides this README, the +installation contains the following files: -1. mathfont.dtx: the main package file. Typeset this file to generate -the corresponding .sty file and complete the installation. +1. mathfont_code.dtx: the primary file. Typeset this file with +LaTeX to generate mathfont.sty and complete the installation. -2. mathfont.pdf: the package documentation. +2. mathfont_code.pdf: documentation of the package code. -3. mathfont_greek.pdf: a table of Greek characters provided by -mathfont. +3. mathfont_symbol_list.pdf: a typeset list of symbols that +mathfont can act on. -4. mathfont_example.pdf: an example of mathfont in action. +4. mathfont_user_guide.pdf: user-level documentation. -The mathfont package is Copyright 2018-2019 by Conrad Kosowsky. -This work may be distributed and modified under the terms -of the LaTeX Public Project License, version 1.3c or any later version. + + +Copyright 2018-2019 by Conrad Kosowsky + +This file may be distributed and modified under the terms of the +LaTeX Public Project License, version 1.3c or any later version. The most recent version of this license is available online at - https://www.latex-project.org/lppl/. - -This work has the LPPL status "maintained," and the current maintainer -is the package author, Conrad Kosowsky. He can be reached at -kosowsky.latex@gmail.com. The work consists of the file mathfont.dtx; -the derived files mathfont.sty, mathfont_greek.tex, and -mathfont_example.tex; and all other files created through the configuration -process such as mathfont.pdf, mathfont.idx, and mathfont.ind. - -To install mathfont, run mathfont.dtx through LaTeX and move -the generated file mathfont.sty into a directory searchable by TeX. -Running mathfont.dtx through LaTeX will produce the derived files -mathfont.sty, mathfont_greek.tex, and mathfont_example.tex. The first -of these documents is the actual package code, and the second and third -are the source code for mathfont_greek.pdf and mathfont_example.pdf, -respectively. + https://www.latex-project.org/lppl/. + +This work has the LPPL status "maintained," and the current +maintainer is the package author, Conrad Kosowsky. He can be +reached at kosowsky.latex@gmail.com. The work consists of the +following items: + + (1) the base file mathfont_code.dtx; + + (2) the package code contained in mathfont.sty; + + (3) the derived files mathfont_symbol_list.tex, +mathfont_user_guide.tex, mathfont_heading.tex, and +mathfont_doc_patch.tex, and mathfont_index_warning.tex; + + (4) the pdf documentation files mathfont_code.pdf, +mathfont_symbol_list.pdf, and mathfont_user_guide.pdf; + + (5) all other files created through the configuration +process including mathfont_code.ind; and + + (6) this README.txt file. + +For more information, see the original mathfont.dtx file. To +install mathfont on your computer, run mathfont_code.dtx through +LaTeX and place the derived file mathfont.sty in a directory +searchable by TeX. |