summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/schemata/README
blob: 1202807b037dbbc76468bce53e4b9983ee1f5aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
The schemata package
Charles P. Schaum
charles dot schaum at att dot net
v0.5 from 2013/02/14

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

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

Makefile	Automates building with GNU make 3.81
schemata.ins	Installer
schemata.dtx	LaTeX file containing both code and documentation

Installation	Target distribution

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.

Copy the target distribution files to their appropriate destinations.

Run mktexlsr with the appropriate level of permissions.

Source distribution notes:

One can use the following commands to generate the target distribution:

Generate the style file with any form of LaTeX:
	$ pdflatex schemata.ins

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

I used GNU make to automate the process:

	Create the distribution (with full code listing}.

	$ make

Testing notes:

This package is designed purposefully to be very basic.

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.

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.

Happy TeXing!