diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/schemata/README.md')
-rw-r--r-- | Master/texmf-dist/doc/generic/schemata/README.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/schemata/README.md b/Master/texmf-dist/doc/generic/schemata/README.md index ecf34f91423..44837963401 100644 --- a/Master/texmf-dist/doc/generic/schemata/README.md +++ b/Master/texmf-dist/doc/generic/schemata/README.md @@ -1,6 +1,5 @@ # Short Description -Short description: The schemata package helps the creation of topical outlines that illustrate the breakdown of concepts and categories in academic texts from the late medieval to early modern periods. # Files @@ -10,6 +9,7 @@ The schemata package helps the creation of topical outlines that illustrate the |`schemata.dtx` |commented style file; source file | |`Makefile` |For use with GNU make; with source file| |`schemata.ins` |installation driver (generated file) | +|`schemata.sty` |style file (generated file) | |`schemata.pdf` |Documentation (generated file) | |`README.md` |This file (generated file) | |`schematest.tex`|Test file (generated file) | @@ -19,7 +19,7 @@ The schemata package helps the creation of topical outlines that illustrate the 1. Packaged in your current TeX distrbution: See the appropriate documentation. -2. Otherwise, download `schemata.zip` from [CTAN](www.ctan.org/tex-archive/macros/generic/schemata). +2. Otherwise, download `schemata.zip` from [CTAN](http://mirrors.ctan.org/macros/generic/schemata.zip). 3. Unpack `schemata.zip` in an appropriate directory. @@ -37,7 +37,7 @@ This method requires GNU `make` on a POSIX-compliant environment, such as GNU/Li * We now use an Encapsulated PostScript graphics file instead of a Portable Network Graphics file to permit all LaTeX variants to build the package. -We use the LaTeX installation on the host machine to build the package. When using `make`, any `dvi` files that are created will also be converted to `pdf` format. + * We use the LaTeX installation on the host machine to build the package. When using `make`, any `dvi` files that are created will also be converted to `pdf` format. 1. Type `make` to generate the release files using `pdflatex`. @@ -52,6 +52,8 @@ We use the LaTeX installation on the host machine to build the package. When usi 4. Type `sudo make install` to install the files in the system-wide, local TDS-compliant directory tree. +5. One can include multiple make targets on the command line, but that goes beyond the scope of this document and is intended for experienced users. + ## Manual Compilation Otherwise, the following steps are used for manual installation. See the general information at the [TeX FAQ](https://www.texfaq.org/FAQ-installthings). @@ -63,6 +65,7 @@ Otherwise, the following steps are used for manual installation. See the general 2. This will generate the following files: schemata.ins (complete) + schemata.sty (complete) schemata.pdf (incomplete; do steps 3 through 5) README.md (complete) schematest.tex (complete) @@ -176,7 +179,7 @@ The manual is also a test suite. # Copyright -Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum@comcast.net> +Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum@comcast.net> ------------------------------------------------------- This file may be distributed and/or modified under the @@ -184,7 +187,7 @@ conditions of the LaTeX Project Public License, either version 1.3 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](http://www.latex-project.org/lppl.txt) + [https://www.latex-project.org/lppl.txt](https://www.latex-project.org/lppl.txt) and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later. |