diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/schemata/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/schemata/README | 90 |
1 files changed, 55 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/generic/schemata/README b/Master/texmf-dist/doc/generic/schemata/README index be60fa73138..b3a599bae3b 100644 --- a/Master/texmf-dist/doc/generic/schemata/README +++ b/Master/texmf-dist/doc/generic/schemata/README @@ -1,59 +1,79 @@ -The schemata package -Charles P. Schaum -charles dot schaum at comcast dot net -v0.7 from 2013/09/23 +| +--------:| ---------------------------------------------------------------- +schemata:| Generic package to aid construction of topical categories + Author:| Charles P. Schaum + E-mail:| charles dot schaum at comcast dot net + License:| Released under the LaTeX Project Public License v1.3c or later + See:| http://www.latex-project.org/lppl.txt -Abstract +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. -The schemata package facilitates the creation of topical schemata, outlines that use braces (or facsimiles thereof) to illustrate the breakdown of concepts and categories in Scholastic thought from late medieval and early modern periods. This packages functions with both plain TeX and LaTeX. +Files Distribution -Files +README This file +schemata.pdf Documentation -README This file (normally in TEXMFDIST/doc/generic/schemata) -schemata.pdf Documentation (normally in TEXMFDIST/doc/generic/schemata) - -Makefile Automates building with GNU make 3.81 -schemata.ins Installer -schemata.dtx LaTeX file containing both code and documentation. +Makefile Automates building with GNU make 3.81 +schemata.dtx Documented LaTeX file containing both code and documentation Installation -Unpack schemata.zip. +Unpack schemata-XX.zip in an appropriate directory. + +Note that the instructions below assume that you are using a *nix- +compatible computer. If that is otherwise, you will need to modify +these instructions to your needs. + +If you have a make utility compatible with GNU make you can type + +make inst + +to install the package into your $TEXMFHOME tree or -Generate the file schemata.sty, e.g.: - $ pdflatex schemata.ins +make install -Usually this will go in TEXMFDIST/tex/generic/schemata. +to install the package into your $TEXMFLOCAL tree for all users. -Generate the documentation: - $ pdflatex schemata.dtx - $ makeindex -s gglo.ist -o schemata.gls schemata.glo - $ makeindex -s gind.ist -o schemata.ind schemata.idx - $ pdflatex schemata.dtx - $ pdflatex schemata.dtx +Manually, you can generate the package files. First you generate the +installer driver, README, and style files, with a preliminary PDF: -I used GNU make to automate the process: - $ make +pdflatex -shell-escape -recorder -interaction=batchmode schemata.dtx -Create the directories listed above. For TeX Live, TEXMFDIST is often /usr/local/texmf/<year>/texmf-dist on Posix-compliant systems. Manual installation calls rather for /usr/local/texlive/texmf-local or ~/texmf. +Next you generate the PDF with a table of contents and all cross-references +validated, so that the index entries will not move: -MacTeX and MikTeX differ. Please refer to your distribution manual. +pdflatex --recorder --interaction=nonstopmode schemata.dtx -Copy the distribution files to their appropriate destinations. +The next commands generate the glossary/index and final pdf file -Run mktexlsr with the appropriate level of permissions. +makeindex -q -s gglo.ist -o schemata.gls schemata.glo +makeindex -q -s gind.ist -o schemata.ind schemata.idx +pdflatex --recorder --interaction=nonstopmode schemata.dtx +pdflatex --recorder --interaction=nonstopmode schemata.dtx -Source distribution notes: +Normally you create the following manual installation directories for user: -Testing notes: +$TEXMFHOME/source/generic/schemata dtx file +$TEXMFHOME/tex/generic/schemata sty file +$TEXMFHOME/doc/generic/schemata pdf file -This package is designed purposefully to be very basic. +and you create the following manual installation directories for local site: -For testing purposes, the make file permits one to change the typesetting engine on the command line. The default is to build the package with pdflatex. See Makefile for more details. +$TEXMFLOCAL/source/generic/schemata dtx file +$TEXMFLOCAL/tex/generic/schemata sty file +$TEXMFLOCAL/doc/generic/schemata pdf file + +The above environment variables often are /usr/local/texlive/texmf-local for +$TEXMFLOCAL and ~/texmf for $TEXMFHOME. + +Run mktexlsr with the appropriate level of permissions to complete the install. + +This packages works with LaTeX and plain TeX. License -This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license. +This material is subject to the LaTeX Project Public License: +http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html Happy TeXing! - |