summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/schemata/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/schemata/README')
-rw-r--r--Master/texmf-dist/doc/generic/schemata/README48
1 files changed, 21 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/generic/schemata/README b/Master/texmf-dist/doc/generic/schemata/README
index 1202807b037..a557e0c3813 100644
--- a/Master/texmf-dist/doc/generic/schemata/README
+++ b/Master/texmf-dist/doc/generic/schemata/README
@@ -1,55 +1,49 @@
The schemata package
Charles P. Schaum
charles dot schaum at att dot net
-v0.5 from 2013/02/14
+v0.6 from 2013/03/10
Abstract
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 Target distribution
+Files
-schemata.pdf Documentation (normally in TEXMFDIST/doc/generic/schemata)
-schemata.sty Package file (normally in TEXMFDIST/tex/generic/schemata)
README This file (normally in TEXMFDIST/doc/generic/schemata)
-
- Source distribution
+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
+schemata.dtx LaTeX file containing both code and documentation.
-Installation Target distribution
+Installation
Unpack schemata.zip.
-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.
-
-MacTeX and MikTeX differ. Please refer to your distribution manual.
+Generate the file schemata.sty, e.g.:
+ $ pdflatex schemata.ins
-Copy the target distribution files to their appropriate destinations.
+Usually this will go in TEXMFDIST/tex/generic/schemata.
-Run mktexlsr with the appropriate level of permissions.
-
-Source distribution notes:
+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
-One can use the following commands to generate the target distribution:
+I used GNU make to automate the process:
+ $ make
-Generate the style file with any form of LaTeX:
- $ pdflatex schemata.ins
+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.
-Generate the documentation (optimal with pdflatex):
- 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
+MacTeX and MikTeX differ. Please refer to your distribution manual.
-I used GNU make to automate the process:
+Copy the distribution files to their appropriate destinations.
- Create the distribution (with full code listing}.
+Run mktexlsr with the appropriate level of permissions.
- $ make
+Source distribution notes:
Testing notes: