summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/schemata/schemata.dtx
blob: ed5e80042c1b548cacc35ff9eb7adc428d85b189 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
% \iffalse meta-comment
% vim: textwidth=75
%<*internal>
\iffalse
%</internal>
%<*readme>
|
--------:| ----------------------------------------------------------------
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


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		 Distribution

README       This file
schemata.pdf Documentation

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

Installation

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

	make install

to install the package into your $TEXMFLOCAL tree for all users.

Manually, you can generate the package files. First you generate the
installer driver, README, and style files, with a preliminary PDF:

	pdflatex -shell-escape -recorder -interaction=batchmode schemata.dtx

Next you generate the PDF with a table of contents and all cross-references
validated, so that the index entries will not move:

	pdflatex --recorder --interaction=nonstopmode schemata.dtx
	
The next commands generate the glossary/index and final pdf file
	
	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

Normally you create the following manual installation directories for user:

	$TEXMFHOME/source/generic/schemata		dtx file
	$TEXMFHOME/tex/generic/schemata			sty file
	$TEXMFHOME/doc/generic/schemata			pdf file
		
and you create the following manual installation directories for local site:

	$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:
http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html

Happy TeXing!
%</readme>
%<*internal>
\fi
\def\nameofplainTeX{plain}
\ifx\fmtname\nameofplainTeX\else
  \expandafter\begingroup
\fi
%</internal>
%<*install>
\input docstrip.tex
\keepsilent
\askforoverwritefalse
\preamble
--------:| ----------------------------------------------------------------
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

\endpreamble
\postamble

Copyright (C) 2016 by Charles P. Schaum <charles dot schaum at comcast dot net>

This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
version 1.3c of this license or (at your option) any later
version.  The latest version of this license is in the file:

http://www.latex-project.org/lppl.txt

This work is "maintained" (as per LPPL maintenance status) by
Charles P. Schaum.

This work consists of the file schemata.dtx and a Makefile.
Running "make" generates the derived files README, schemata.pdf and schemata.sty.
Running "make inst" installs the files in the user's TeX tree.
Running "make install" installs the files in the local TeX tree.

\endpostamble

\usedir{tex/generic/schemata}
\generate{
  \file{\jobname.sty}{\from{\jobname.dtx}{package}}
}
%</install>
%<install>\endbatchfile
%<*internal>
\usedir{source/generic/schemata}
\generate{
  \file{\jobname.ins}{\from{\jobname.dtx}{install}}
}
\nopreamble\nopostamble
\usedir{doc/generic/schemata}
\generate{
  \file{README.txt}{\from{\jobname.dtx}{readme}}
}
\ifx\fmtname\nameofplainTeX
  \expandafter\endbatchfile
\else
  \expandafter\endgroup
\fi
%</internal>
% \fi
%
% \iffalse
%<*driver>
\ProvidesFile{schemata.dtx}
%</driver>
%<package>\expandafter\ifx\csname newenvironment\endcsname\relax\else
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{schemata}
%<*package>
    [2016/01/25 v0.8 generic package to aid construction of topical categories]
%<package>\fi
%<*package>
%</package>
%<*driver>
\documentclass[11pt]{ltxdoc}
\usepackage[textwidth=140mm,textheight=237mm,right=25mm,nohead]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{listingsutf8}
\usepackage[polutonikogreek,american]{babel}
\newcommand{\gk}[1]{\foreignlanguage{polutonikogreek}{#1}}
\usepackage{mflogo}
\usepackage{multicol}
\usepackage[toc]{multitoc}
\usepackage[numbered]{hypdoc}
\usepackage{\jobname}
\lstset{
  basicstyle=\ttfamily\small,
  gobble=2,
  numbers=left,
  stepnumber=1,    
  firstnumber=1,
  numberfirstline=true
}
\EnableCrossrefs
\CodelineIndex
\RecordChanges
\begin{document}
  \DocInput{\jobname.dtx}
\end{document}
%</driver>
% \fi
%
% \CheckSum{769}
%
% \CharacterTable
%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%   Digits        \0\1\2\3\4\5\6\7\8\9
%   Exclamation   \!     Double quote  \"     Hash (number) \#
%   Dollar        \$     Percent       \%     Ampersand     \&
%   Acute accent  \'     Left paren    \(     Right paren   \)
%   Asterisk      \*     Plus          \+     Comma         \,
%   Minus         \-     Point         \.     Solidus       \/
%   Colon         \:     Semicolon     \;     Less than     \<
%   Equals        \=     Greater than  \>     Question mark \?
%   Commercial at \@     Left bracket  \[     Backslash     \\
%   Right bracket \]     Circumflex    \^     Underscore    \_
%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%   Right brace   \}     Tilde         \~}
%
%
% \changes{v0.5}{2013/02/14}{Initial version}
% \changes{v0.6}{2013/03/10}{Added features}
% \changes{v0.7}{2013/09/23}{Changed contact info}
% \changes{v0.8}{2016/01/25}{Rewrote manual; moved to dtxgen}
%
% \GetFileInfo{\jobname.dtx}
% \DoNotIndex{\bgroup, \csname, \DeclareOption, \def, \dimen, \egroup, \else, \endcsname, \endinput, \ExecuteOptions, \expandafter, \fi, \futurelet, \gdef, \hbox, \hfil, \if, \ifcsname, \ifdim, \ifmmode, \ifx, \ignorespaces, \index, \let, \newbox, \newcommand, \newdimen, \newif, \next, \PackageWarning, \ProcessOptions, \relax, \RequirePackage, \setbox, \space, \testchar, \vbox, \vcenter, \vfil, \vskip}
%
%\title{\textsf{schemata} --- Generic package to aid construction of topical categories\thanks{This file
%   describes version \fileversion, last revised \filedate.}
%}
%\author{Charles P. Schaum\thanks{E-mail: charles dot schaum at comcast dot net}}
%\date{Released \filedate}
%
%\maketitle
%
% \begin{abstract}
% \noindent The \textsf{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.
% \end{abstract}
%
% \tableofcontents
%
% \section{Introduction}
%
% This package emerged from my personal need to typeset diagrams based on seventeenth-century theology books. I chose a ``bare-bones'' approach to make it platform-agnostic and simple to implement.
%
% I would recommend that a package like \emph{TikZ}, \textsf{PSTricks}, \MP, or some other powerful solution may have advantages over this one, especially for those seeking a top-to-bottom diagram, such as that in: \textsc{H.~Dembowski}, \emph{Einf{\"u}hrung in die Christologie} (Darmstadt, 1993), 146.
%
% Nevertheless, many packages do not handle both open \emph{and} closed braces in a schema without a great amount of manual setup. This package uses math mode to do that, somewhat mimicking how a letterpress typesetter might design schemata for the works of Petrus Ramus, the \emph{Loci Theologici} of Martin Chemnitz, the \emph{Clavis Scripturae Sacrae} of Matthias Flacius Illyricus, and many others.
% \clearpage
%
% \section{Usage}
%
% \subsection{Package Options and Loading}
%
% This package basically is a ``wrapper'' that takes some of the work out of using \TeX{} math mode to create \emph{schemata} (plural of \gk{t'o sq~hma} or \emph{schema}, meaning \emph{form, shape, appearance, bearing, manner, fashion,} and so on). Such diagrams were used quite frequently to break down a main concept into its component parts and demonstrate the relationship among various components.\\
%
% The \textsf{schemata} package can be used with plain \TeX{} and \LaTeX:
% \begin{quote}
% \begin{tabular}{ll}
% Users of \LaTeX{} invoke: & |\usepackage[|\meta{options}|]{schemata}|\\[1ex]
% Plain \TeX{} users will use: & |\input|\textvisiblespace|schemata.sty|
% \end{tabular}
% \end{quote}
%
% \subsection{Macro Overview}
%
% \DescribeMacro{\DoBraces}
% \DescribeMacro{\DoBrackets}
% \DescribeMacro{\DoParens}
% \LaTeX{} users can choose among three global package options: |braces|, |brackets|, and |parens|. These set the defaults for the ``braces.'' If no options are chosen, the default is |braces|. Plain \TeX{} users get the same results by using \cmd{\DoBraces}, \cmd{\DoBrackets}, and \cmd{\DoParens}. These macros have the same effect as the package options. The default still remains braces, shown by the three examples below:
% \begin{displaymath}
% \schema{\schemabox{a}}{\schemabox{b}}\qquad \schema{\schemabox{a}}{\schemabox{b\\c}}\qquad \Schema{0ex}{2.3ex}{\schemabox{a}}{\Schema[close]{0ex}{2.4ex}{\schemabox{b\\c}}{\schemabox{d}}}
% \end{displaymath}
% The next three examples use \cmd{\DoBrackets} to get brackets instead:
% \begin{displaymath}
% \DoBrackets\schema{\schemabox{a}}{\schemabox{b}}\qquad \schema{\schemabox{a}}{\schemabox{b\\c}}\qquad \Schema{0ex}{2.4ex}{\schemabox{a}}{\Schema[close]{0ex}{2.3ex}{\schemabox{b\\c}}{\schemabox{d}}}
% \end{displaymath}
% The next three three use \cmd{\DoParens}:
% \begin{displaymath}
% \DoParens\schema{\schemabox{a}}{\schemabox{b}}\qquad \schema{\schemabox{a}}{\schemabox{b\\c}}\qquad \Schema{0ex}{2.4ex}{\schemabox{a}}{\Schema[close]{0ex}{2.3ex}{\schemabox{b\\c}}{\schemabox{d}}}
% \end{displaymath}
% All three macros should precede \cmd{\schema} and \cmd{\Schema} within a particular scope, and they remain in force within that scope unless changed. Additionally, \cmd{\DoBraces}, \cmd{\DoBrackets}, and \cmd{\DoParens} can change the style of ``brace'' within a schema. See Section~\ref{sec:multiple}, as well as the trivial example below:
% \begin{displaymath}
% \Schema{0ex}{2.4ex}
%   {\schemabox{a}}
%   {\DoParens\Schema[close]{0ex}{2.3ex}
%     {\schemabox{b\\c}}
%     {\schemabox{d}}
% }
% \end{displaymath}
% \begin{lstlisting}
% \Schema{0ex}{2.4ex}
%   {\schemabox{a}}
%   {\DoParens\Schema[close]{0ex}{2.3ex}
%     {\schemabox{b\\c}}
%     {\schemabox{d}}
% }
% \end{lstlisting}
% \clearpage
%
% \DescribeMacro{\schema}
% A ``simple'' schema has a left-hand side with vertically-centered vertical material, a brace, and a right-hand side with vertically-centered vertical material:
% \begin{quote}
% \cmd{\schema}\oarg{type}\marg{left-hand side}\marg{right-hand side}
% \end{quote}
% The \meta{left-hand side} and \meta{right-hand side} are vertical material in order to allow a \cmd{\smallskip} or other vertical adjustment as needed.\medskip
%
% The \meta{type} of a schema is |open| (to the right) by default: \schema{\SwitchSB\schemabox{a}}{\SwitchSB\schemabox{b\\c}}\medskip
%
% Any value of \meta{type} other than |open| makes a ``closed'' schema: \schema[r]{\NudgeSB\SwitchSB\schemabox{b\\c}}{\SwitchSB\schemabox{a}}\medskip
%
% In practice, \cmd{\schema} does not nest, so it is only useful for the right-hand ``leaves'' of a large schema. That makes formatting the ``leaves'' faster. Thus the \cmd{\schema} macro is used only in the framed boxes below:\\
%
% \leavevmode\hfill\parbox{0.15\textwidth}%
% {%
%   \Schema{-1ex}{4.2ex}
%     {
%       \schemabox{\dots a}
%     }
%     {
%       \vbox{\noindent%
%         \fbox{\schema{\schemabox{b}}{\SwitchSB\schemabox{c\\d}}}\\[1ex]
%         \fbox{\schema{\schemabox{e}}{\schemabox{f\\g}}
%       }
%     }
%   }
% }\hfill%
% \parbox{0.6\textwidth}{Observe how the automatic sizing of \cmd{\schema} changes, depending on the height, depth, and even context of the letters. Avoid \cmd{\schema} if you need multiple copies of an example to look exactly alike. Section~\ref{sec:tweakschema} gives more details on tweaking \cmd{\schema} as needed.}\\\bigskip
%
% \DescribeMacro{\Schema}
% The ``complex'' form of a schema also has a left-hand side with vertically-centered vertical material, a brace, and a right-hand side of vertically-centered vertical material, along with two arguments that adjust the brace:
% \begin{quote}
% \cmd{\Schema}\oarg{type}\marg{adjust}\marg{size}\marg{left-hand side}\marg{right-hand side}
% \end{quote}
%The \meta{type} is |open| by default. As above, any other \meta{type} except the exact string |open| will make it a ``closed'' schema.
%
%Both \meta{adjust} and \meta{size} are dimensions that are expressed best with the unit ``ex.'' This allows for easier scaling of the schema.
%
% Set \meta{adjust} to move the brace up (negative value) or down (positive value). Set \meta{size} to be a number of ex nearly equal to the number of lines that the brace should span. The value of \meta{size} is converted into an absolute value.
%
% Using \cmd{\Schema} allows one to adjust the brace height and centering manually. This is the only way to work around the way that \cmd{\schema} automatically adjusts for the height of everything on the open side of a brace. This is also the only way to get multiple examples of the same schema or similar schemata to look similar.
%
% Admittedly, this method is nothing short of ugly. Perhaps its only redeeming feature is that you can count lines of text to get a rough estimate of adjustments. Yet source texts from the seventeenth century often present schemata that can evade an easy, automatic solution, \emph{e.g.}:
%
% \begin{displaymath}
% \Schema[close]{0ex}{5.1ex}
% {
%   \Schema{0.1ex}{3.8ex}
%   {
%     \SwitchSB\schemabox{main idea}%
%   }
%   {
%     \schema{\schemabox{part}}{\SwitchSB\NudgeSB\schemabox{detail\\detail}}\smallskip
%     \schema{\schemabox{part}}{\SwitchSB\NudgeSB\schemabox{detail\\detail}}
%   }
% }
% {
%   \Schema{0ex}{3.8ex}
%   {
%     \schemabox{synonym}%
%   }
%   {
%     \schema{\schemabox{part}}{\SwitchSB\schemabox{detail\\detail}}\smallskip
%     \schema{\schemabox{part}}{\SwitchSB\schemabox{detail\\detail}}
%   }
% }
% \end{displaymath}
% \clearpage
%
% \DescribeMacro{\schemabox}
% When in a \cmd{\schema} or a \cmd{\Schema}, this box stacks one or more lines of \cmd{\hbox}-enclosed material in a \cmd{\vbox.} It redefines the control sequence |\\| in a manner that terminates the current \cmd{\hbox} and begins a new one, with some options that can be modified (Section~\ref{sec:tweakschema}). Its syntax is:
% \begin{quote}
% \cmd{\schemabox}\oarg{width}\marg{text}
% \end{quote}
% The \meta{width} of a \cmd{\schemabox} is a dimension, \emph{e.g.}, 3cm. No wrapping (as in a \cmd{\parbox}) takes place. If there are more than one line of text, each line of \meta{text} must be terminated explicitly by |\\|, except the final line. Usually, the first line of a \cmd{\schemabox} inserts a \cmd{\strut} for aesthetic reasons.
%
% When \cmd{\schemabox} occurs apart from internal vertical mode, it ignores \meta{width} and merely reproduces \meta{text}. With |\schemabox{blah}| you just get ``\schemabox{blah}.''\\
%
% Certainly, one need not use a \cmd{\schemabox}, for example:\\
% \begin{lstlisting}
% \def\Box{%
%   \hbox{%
%     \vrule%
%     \vbox to 1cm{\hrule\hbox to 1cm{\hfil}\vfil\hrule}%
%     \vrule%
%   }%
% }
% \end{lstlisting}%
% \def\Box{\hbox{\vrule\vbox to 1cm{\hrule\hbox to 1cm{\hfil}\vfil\hrule}\vrule}}
% \begin{multicols}{2}[\columnsep=30pt]
% \hbox{}\bigskip
% \begin{lstlisting}[firstnumber=8]
% \schema{\Box}{\Box}
% \end{lstlisting}
% \hbox{}\bigskip\bigskip
% \begin{lstlisting}[firstnumber=9]
% \schema{\Box}{\Box\Box}
% \end{lstlisting}
% \hbox{}\vfil
% \begin{lstlisting}[firstnumber=10]
% \Schema{-0.2ex}{0.9cm}
% {\Box}
% {
%   \Schema[close]{-0.2ex}{0.9cm}
%   {\Box\hbox{\Box\kern0.2em}}
%   {\Box}
% }
% \end{lstlisting}
% \hbox{}
% \columnbreak
% \hbox{}
% \schema{\Box}{\Box}
% \hbox{}
%
% \schema{\Box}{\Box\Box}
% \hbox{}
%
% \Schema{-0.2ex}{0.9cm}
% {\Box}
% {
%   \Schema[close]{-0.2ex}{0.9cm}
%   {\Box\hbox{\Box\kern0.2em}}
%   {\Box}
% }
% \end{multicols}
% Both \cmd{\schema} and \cmd{\Schema} are vertical, so they will stack vertically if invoked sequentially outside of a tabular environment, display math, and so on, that can be used to display schemata horizontally.
%
% If one does not use ``ex'' height for \meta{size} in a \cmd{\Schema}, one should specify a \meta{size} slightly less than half the height of the contents. Above, a \meta{size} of 0.9cm suffices for a content of 2cm. Using ``ex'' height is meant to simplify sizing content according to lines of text.
%
% A kern of 0.2em was added in the final snippet above to offset an automatic kern of -0.2em added between the left-hand material and the brace in a closed schema. More on that is given under \cmd{\NudgeSB} in the next section.
% \clearpage
%
% \subsection{Romancing the \texttt{\textbackslash schema}}
% \label{sec:tweakschema}
%
% \DescribeMacro{\LCschema}
% \DescribeMacro{\UCschema}
% By default, a \cmd{\schemabox} adds a \cmd{\strut} to the first line because it is often the case that the topics in a schema start in some fashion with a capital letter. To have braces in a \cmd{\schema} that are big enough, you need that \cmd{\strut.}
%
%If the first letter is not a capital or if the text seems a little off-center, you can turn off this default feature of \cmd{\schemabox} by placing \cmd{\LCschema} immediately before it. \cmd{\LCschema} will prevent all subsequent uses of \cmd{\schemabox} from adding \cmd{\strut} until you restore the default behavior with \cmd{\UCschema}, also best placed before the intended \cmd{\schemabox}.
%
% Here is an example where an entire schema is in lowercase, so instead of placing \cmd{\LCschema} and \cmd{\UCschema} before a particular \cmd{\schemabox}, we put the two macros before and after the \cmd{\Schema}:
%
% \begin{lstlisting}
% \LCschema%
% \Schema{0.1ex}{4.8ex}
% {\hbox{sensus literalis}}
% {
%   \schema{\schemabox{sensus\\literalis\\(improprie)}}
%          {\schemabox{ex parallelismo clarior\\
%              ex analogia fidei\\ex evidentia rei}}
%           \smallskip\schemabox{sensus literae}
% }
% \UCschema%
% \end{lstlisting}
%
% \noindent The foregoing example produces the following:
% \begin{displaymath}
% \LCschema%
% \Schema{0.1ex}{4.8ex}
% {\hbox{sensus literalis}}
% {
%   \schema{\schemabox{sensus\\literalis\\(improprie)}}
%          {\schemabox{ex parallelismo clarior\\
%              ex analogia fidei\\ex evidentia rei}}
%           \smallskip\schemabox{sensus literae}
% }
% \UCschema%
% \end{displaymath}
%
% \DescribeMacro{\SwitchSB} The macro \cmd{\SwitchSB} causes a particular \cmd{\schemabox} to do the opposite of whatever \cmd{\LCschema} and \cmd{\UCschema} call for. It should be placed immediately before the \cmd{\schemabox} to be affected and its effect is reset thereafter.
%
% Note, however, that mixing lowercase and uppercase-styles of \cmd{\schemabox} may put parts of a schema slightly  off-center, meaning that one must \meta{adjust} a \cmd{\Schema} by a tenth of an ex, give or take.
%
% Also remember that you can add \cmd{\strut} as needed to make manual adjustments.\\
%
% \DescribeMacro{\NudgeSB} The macro \cmd{\NudgeSB} is another ``per-use'' macro that causes a particular \cmd{\schemabox} to add a 0.2em kern at the end of every line of text. This is meant to be used especially with left-hand-side material in a closed \cmd{\schema} or \cmd{\Schema} because they use a -0.2em kern to draw the braces closer to the box. That is because many lines of text in schemata terminate with punctuation. The negative kern is a default way to prevent too much white space.
%
% When no punctuation is there and more white space is desired, \cmd{\NudgeSB} gets the text to be the same distance from the brace as the right-hand-side material. \cmd{\NudgeSB} should be placed immediately before the \cmd{\schemabox} to be affected and, like \cmd{\SwitchSB}, it is reset thereafter.
%
% \subsection{Tutorial}
%
% \subsubsection{Starting Off Basic}
%
% So you want to typeset a seventeenth-century schema. You try the following:
% \begin{multicols}{2}
% \begin{lstlisting}
% \schema{a}{b\\c}
% \end{lstlisting}
% \parbox{0.8\columnwidth}{\schema{a}{b\\c}}
% \end{multicols}
% \noindent That went badly. Then you remember that schemata hold internal vertical material and need something to organize the horizontal text in such a list. This weird \cmd{\schemabox} thing should do:
% \begin{multicols}{2}
% \begin{lstlisting}
% \schema
%   {\schemabox{a}}
%   {\schemabox{b\\c}}
% \end{lstlisting}
% \schema
%   {\schemabox{a}}
%   {\schemabox{b\\c}}
% \end{multicols}
%
% \noindent Now we are getting somewhere! The ``big'' side of the schema really should be more than one line high. Otherwise just use inline math mode or text.
%
% \subsubsection{\emph{Loci} 101}
%
% Let's try a few examples from \emph{Loci Theologici}. We begin with this example, using only the \cmd{\schema} macro:
%
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \schema
% {
%   \schemabox{Subjectum theo-\\
%     logi\ae{} est Notitia\\
%     Dei. Considerat\\
%     ergo, Dei, vel}
% }
% {
%   \schema
%   {
%     \schemabox{\textsc{Essentiam},}
%   }
%   {
%     \schemabox{Unitate natur\ae{}.\\
%       Trinitate personarum.\\
%       Operibus ad intra.}
%   }
%   \schema
%   {
%     \schemabox{\textsc{Voluntatem},\\
%       manifestatam in\\
%       operibus ad extra;\\
%       ut in}
%   }
%   {
%     \schemabox{Creatione.\\
%       Sustentatione natur\ae{} laps\ae{}.\\
%       Reparatione.\\
%       Conversione.\\
%       Justificatione.\\
%       Sanctificatione \&\\
%       Glorificatione ejusdem.}
%   }
% }
% \end{lstlisting}
%
% \begin{displaymath}
% \schema
% {
%   \schemabox{Subjectum theo-\\
%     logi\ae{} est Notitia\\
%     Dei. Considerat\\
%     ergo, Dei, vel}
% }
% {
%   \schema
%   {
%     \schemabox{\textsc{Essentiam},}
%   }
%   {
%     \schemabox{Unitate natur\ae{}.\\
%       Trinitate personarum.\\
%       Operibus ad intra.}
%   }
%   \schema
%   {
%     \schemabox{\textsc{Voluntatem},\\
%       manifestatam in\\
%       operibus ad extra;\\
%       ut in}
%   }
%   {
%     \schemabox{Creatione.\\
%       Sustentatione natur\ae{} laps\ae{}.\\
%       Reparatione.\\
%       Conversione.\\
%       Justificatione.\\
%       Sanctificatione \&\\
%       Glorificatione ejusdem.}
%   }
% }
% \end{displaymath}
% Something is off here. The ``simple'' schema automatically adjusts the brace height to the right-hand side. But that includes the \emph{entire} right-hand side. Moreover, \cmd{\schema} will produce cumulatively larger braces when nesting.
%
% We have two ``leaves'' on the right-hand side, so we only have one \cmd{\schema} to change into a \cmd{\Schema}. We also add a \cmd{\smallskip} to separate the ``leaves.'' We change the following two lines above:
%
% \begin{lstlisting}
% \Schema{-1ex}{8.7ex}
% \end{lstlisting}
%
% \begin{lstlisting}[firstnumber=17]
%   }\smallskip
% \end{lstlisting}
% \begin{displaymath}
% \Schema{-1ex}{8.7ex}
% {
%   \schemabox{Subjectum theo-\\
%      logi\ae{} est Notitia\\
%      Dei. Considerat\\
%      ergo, Dei, vel}
% }
% {
% \schema
%   {
%     \schemabox{\textsc{Essentiam},}
%   }
%   {
%     \schemabox{Unitate natur\ae{}.\\
%        Trinitate personarum.\\
%        Operibus ad intra.}
%   }\smallskip
%   \schema
%   {
%    \schemabox{\textsc{Voluntatem},\\
%        manifestatam in\\
%        operibus ad extra;\\
%        ut in}
%   }
%   {
%     \schemabox{Creatione.\\
%        Sustentatione natur\ae{} %
%          laps\ae{}.\\
%        Reparatione.\\
%        Conversione.\\
%        Justificatione.\\
%        Sanctificatione \&\\
%        Glorificatione ejusdem.}
%   }
% }
%\end{displaymath}
%
% Now that looks better! We added a \cmd{\smallskip} at the end of the right-hand side material of a \cmd{\schema} to space out the ``leaves.'' That usually is the best practice in spacing out elements. You cannot put \cmd{\smallskip} and the like into a \cmd{\schemabox} in plain \TeX, and usually you want to avoid doing so in the first or last lines of a \cmd{\schemabox} in \LaTeX{} to aid proper centering.
%
% Always work from right to left when adjusting the spacing of a schema. Start from the ``leaves'' and work to the  ``root.''
%
% The \cmd{\Schema} macro requires manual brace adjustment and sizing. Count the lines of text, estimate, then revise. Here we have between eight and nine lines of text from ``\textsc{Essentiam}'' down to ``ut in.'' First set the \meta{size} to |8.5ex| and \meta{adjust} to |0ex|. The large brace will be a little too low. Set \meta{adjust} to |-1ex| to raise the brace about half a line and to lower the left-hand side about half a line, keeping everything centered. Finally, set \meta{size} to |8.7ex| or to taste.
%
% \textbf{Changes in \TeX{} distributions can change font metrics and thus, the metrics of your schemata.}
% \clearpage
%
% \subsubsection{Going Big}
%
% We begin with the following example, where the \cmd{\Schema} braces all have dummy values of |0ex| \meta{adjust} and |5ex| \meta{size}. Please do not be alarmed at how bad this looks right now!
%
% \begin{displaymath}\bgroup\footnotesize%
% \Schema{0ex}{5ex}
% {
%   \schemabox{Subjectum \& summa\\
%      univers\ae{} Scriptur\ae{},\\
%      est \textsc{Cognitio} vel}
% }
% {
%   \Schema{0ex}{5ex}
%   {
%     \schemabox{\textsc{Dei}, qualis \\ sit, aut}
%   }
%   {
%     \schema
%     {\schemabox{\textsc{Per se}:\\ scilicet.}}
%     {
%       \schemabox{Unus in essentia.}
%       \schemabox{Trinus in personis.}
%     }
%     \schema
%     {\schemabox{Ad hominem\\ quem vel}}
%     {
%       \schemabox{Accusat \& terret, \textsc{Per Legem},\\
%         Consolatur \& erigit, \textsc{Per Evangelium}.\\
%         Salvat, \textsc{Per Christum}.\\
%         Renovat, \textsc{Per Spiritum Sanctum}.\\
%         Sanctificat, \textsc{Per Verbum} \& \textsc{Sacramenta}.\\
%         Castigat, tentat \& exercet, \textsc{Per Crucem}.\\
%         Glorificat \textsc{Per Resurrectionem Carnis}\\
%         \textsc{Ad Vitam \AE{}ternam}.}
%     }
%   }
%   \Schema{0ex}{5ex}
%   {
%     \schemabox{\textsc{Hominis},\\ qualis sit}
%   }
%   {
%     \Schema{0ex}{5ex}
%     {\schemabox{\textsc{Per se}:}}
%     {
%       \schemabox{Ante lapsum.}
%       \schema
%       {\schemabox{Post lapsum:}}
%       {
%         \schemabox{Ante Regenerationem \&\\
%           Renovationem S. Sancti.}
%         \schemabox{Post Regenerationem \&\\
%           Renovationem S. Sancti.}
%       }
%     }
%     \Schema{0ex}{5ex}
%     {\schemabox{Ad}}
%     {
%       \schema
%       {\schemabox{\textsc{Deum}}}
%       {
%         \schemabox{P\oe{}nitentia agens, agnitis peccatis \&\\
%           ira Dei cognita \textsc{Ex Lege}.\\
%           Erigens se \textsc{Voce Evangelii}.\\
%           Credens \textsc{In Christum Salvatorem}.\\
%           Non repugnans \textsc{Spiritui Sancto} impellenti.\\
%           Audiens \textsc{Verbum}: \& utens \textsc{Sacramentis}.\\
%           Patienter \& constanter sufferens \textsc{Crucem}.\\
%           Sperans \& expectans glorificationem\\
%           \textsc{In Resurrectione Carnis}\\
%           \textsc{Ad Vitam \AE{}ternam}.}
%       }
%       \schema
%         {\schemabox{seipsum ratione}}
%         {\schemabox{Anim\ae{}\\ vel\\ Corporis}}
%       \Schema{0ex}{5ex}
%         {\schemabox{Proximum,}}
%         {
%           \schema
%           {\schemabox{Amicum ra-\\ tione vel}}
%           {
%             \schemabox{Religionis.\\
%               Politic\ae{} \& \OE{}conomic\ae{}.\\
%               Cognationis.\\
%               Agnationis.}
%           }
%           \schemabox{Inimicum.}
%         }
%     }
%   }
% }\egroup%
%\end{displaymath}
% Below we have the code listing for the schema above, wherein you can get the idea of how the example correlates with the source. The code listing breaks at sensible places across pages:\\
%
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \Schema{0ex}{5ex}
% {
%   \schemabox{Subjectum \& summa\\
%      univers\ae{} Scriptur\ae{},\\
%      est \textsc{Cognitio} vel}
% }
% {
%   \Schema{0ex}{5ex}
%   {
%     \schemabox{\textsc{Dei}, qualis \\ sit, aut}
%   }
% \end{lstlisting}
% \clearpage
% \begin{lstlisting}[firstnumber=12,basicstyle=\ttfamily\footnotesize]
%   {
%     \schema
%     {\schemabox{\textsc{Per se}:\\ scilicet.}}
%     {
%       \schemabox{Unus in essentia.}
%       \schemabox{Trinus in personis.}
%     }
%     \schema
%     {\schemabox{Ad hominem\\ quem vel}}
%     {
%       \schemabox{Accusat \& terret, \textsc{Per Legem},\\
%         Consolatur \& erigit, \textsc{Per Evangelium}.\\
%         Salvat, \textsc{Per Christum}.\\
%         Renovat, \textsc{Per Spiritum Sanctum}.\\
%         Sanctificat, \textsc{Per Verbum} \& \textsc{Sacramenta}.\\
%         Castigat, tentat \& exercet, \textsc{Per Crucem}.\\
%         Glorificat \textsc{Per Resurrectionem Carnis}\\
%         \textsc{Ad Vitam \AE{}ternam}.}
%     }
%   }
%   \Schema{0ex}{5ex}
%   {
%     \schemabox{\textsc{Hominis},\\ qualis sit}
%   }
%   {
%     \Schema{0ex}{5ex}
%     {\schemabox{\textsc{Per se}:}}
%     {
%       \schemabox{Ante lapsum.}
%       \schema
%       {\schemabox{Post lapsum:}}
%       {
%         \schemabox{Ante Regenerationem \&\\
%           Renovationem S. Sancti.}
%         \schemabox{Post Regenerationem \&\\
%           Renovationem S. Sancti.}
%       }
%     }
%     \Schema{0ex}{5ex}
%     {\schemabox{Ad}}
%     {
%       \schema
%       {\schemabox{\textsc{Deum}}}
%       {
%         \schemabox{P\oe{}nitentia agens, agnitis peccatis \&\\
%           ira Dei cognita \textsc{Ex Lege}.\\
%           Erigens se \textsc{Voce Evangelii}.\\
%           Credens \textsc{In Christum Salvatorem}.\\
%           Non repugnans \textsc{Spiritui Sancto} impellenti.\\
%           Audiens \textsc{Verbum}: \& utens \textsc{Sacramentis}.\\
%           Patienter \& constanter sufferens \textsc{Crucem}.\\
%           Sperans \& expectans glorificationem\\
%           \textsc{In Resurrectione Carnis}\\
%           \textsc{Ad Vitam \AE{}ternam}.}
%       }
% \end{lstlisting}
% \clearpage
% \begin{lstlisting}[firstnumber=67,basicstyle=\ttfamily\footnotesize]
%       \schema
%         {\schemabox{seipsum ratione}}
%         {\schemabox{Anim\ae{}\\ vel\\ Corporis}}
%       \Schema{0ex}{5ex}
%         {\schemabox{Proximum,}}
%         {
%           \schema
%           {\schemabox{Amicum ra-\\ tione vel}}
%           {
%             \schemabox{Religionis.\\
%               Politic\ae{} \& \OE{}conomic\ae{}.\\
%               Cognationis.\\
%               Agnationis.}
%           }
%           \schemabox{Inimicum.}
%         }
%     }
%   }
% }
% \end{lstlisting}
%
% First, we add space between the ``leaves'' of the tree. If you do not work from right to left, you will waste time revising the ``leaves'' and ``branches.''
%
% \begin{displaymath}\bgroup\footnotesize%
% \Schema{0ex}{5ex}
% {
%   \schemabox{Subjectum \& summa\\
%      univers\ae{} Scriptur\ae{},\\
%      est \textsc{Cognitio} vel}
% }
% {
%   \Schema{0ex}{5ex}
%   {
%     \schemabox{\textsc{Dei}, qualis \\ sit, aut}
%   }
%   {
%     \schema
%     {\schemabox{\textsc{Per se}:\\ scilicet.}}
%     {
%       \schemabox{Unus in essentia.}\smallskip
%       \schemabox{Trinus in personis.}
%     }\smallskip
%     \schema
%     {\schemabox{Ad hominem\\ quem vel}}
%     {
%       \schemabox{Accusat \& terret, \textsc{Per Legem},\\
%         Consolatur \& erigit, \textsc{Per Evangelium}.\\
%         Salvat, \textsc{Per Christum}.\\
%         Renovat, \textsc{Per Spiritum Sanctum}.\\
%         Sanctificat, \textsc{Per Verbum} \& \textsc{Sacramenta}.\\
%         Castigat, tentat \& exercet, \textsc{Per Crucem}.\\
%         Glorificat \textsc{Per Resurrectionem Carnis}\\
%         \textsc{Ad Vitam \AE{}ternam}.}
%     }\medskip
%   }
%   \Schema{0ex}{5ex}
%   {
%     \schemabox{\textsc{Hominis},\\ qualis sit}
%   }
%   {
%     \Schema{0ex}{5ex}
%     {\schemabox{\textsc{Per se}:}}
%     {
%       \schemabox{Ante lapsum.}\smallskip
%       \schema
%       {\schemabox{Post lapsum:}}
%       {
%         \schemabox{Ante Regenerationem \&\\
%           Renovationem S. Sancti.}\medskip
%         \schemabox{Post Regenerationem \&\\
%           Renovationem S. Sancti.}\smallskip
%       }\smallskip
%     }
%     \Schema{0ex}{5ex}
%     {\schemabox{Ad}}
%     {
%       \schema
%       {\schemabox{\textsc{Deum}}}
%       {
%         \schemabox{P\oe{}nitentia agens, agnitis peccatis \&\\
%           ira Dei cognita \textsc{Ex Lege}.\\
%           Erigens se \textsc{Voce Evangelii}.\\
%           Credens \textsc{In Christum Salvatorem}.\\
%           Non repugnans \textsc{Spiritui Sancto} impellenti.\\
%           Audiens \textsc{Verbum}: \& utens \textsc{Sacramentis}.\\
%           Patienter \& constanter sufferens \textsc{Crucem}.\\
%           Sperans \& expectans glorificationem\\
%           \textsc{In Resurrectione Carnis}\\
%           \textsc{Ad Vitam \AE{}ternam}.}
%       }\smallskip
%       \schema
%         {\schemabox{seipsum ratione}}
%         {\schemabox{Anim\ae{}\\ vel\\ Corporis}}\smallskip
%       \Schema{0ex}{5ex}
%         {\schemabox{Proximum,}}
%         {
%           \schema
%           {\schemabox{Amicum ra-\\ tione vel}}
%           {
%             \schemabox{Religionis.\\
%               Politic\ae{} \& \OE{}conomic\ae{}.\\
%               Cognationis.\\
%               Agnationis.}
%           }\smallskip
%           \schemabox{Inimicum.}
%         }
%     }
%   }
% }\egroup%
%\end{displaymath}
%\noindent The following lines, shown with some surrounding context, were changed as a result of adding spaces:
%
% \begin{lstlisting}[firstnumber=15,basicstyle=\ttfamily\footnotesize]
%     {
%       \schemabox{Unus in essentia.}\smallskip
%       \schemabox{Trinus in personis.}
%     }\smallskip
% \end{lstlisting}
% You can add a \cmd{\smallskip} within a \cmd{\schemabox} in \LaTeX{}, but not in plain \TeX. We have split the text into two boxes to make it format-agnostic. See also how the second \cmd{\smallskip} follows the closing brace of the right-hand side, not the \cmd{\schemabox.}
% \begin{lstlisting}[firstnumber=29,basicstyle=\ttfamily\footnotesize]
%         \textsc{Ad Vitam \AE{}ternam}.}
%     }\medskip
% \end{lstlisting}
% Again, the skip comes at the close of a right-hand side.
% \begin{lstlisting}[firstnumber=39,basicstyle=\ttfamily\footnotesize]
%     {
%       \schemabox{Ante lapsum.}\smallskip
%       \schema
%       {\schemabox{Post lapsum:}}
%       {
%         \schemabox{Ante Regenerationem \&\\
%           Renovationem S. Sancti.}\medskip
%         \schemabox{Post Regenerationem \&\\
%           Renovationem S. Sancti.}\smallskip
%       }\smallskip
%     }
% \end{lstlisting}
% In the snippet above, the first skip helps to separate the lone \cmd{\schemabox} from the \cmd{\schema} below it. This illustrates how the internal vertical lists of schemata can contain heterogeneous material. A medium skip is placed between two \cmd{\schemabox}es, which slightly throws off the way the brace spans the boxes. A small skip is put at the end of the last \cmd{\schemabox} to correct that, illustrating that putting skips within a \cmd{\schema} can be tricky. Then a \cmd{\smallskip} is added again at the end of the right-hand side. The skips below generally follow the same pattern.
% \begin{lstlisting}[firstnumber=65,basicstyle=\ttfamily\footnotesize]
%           \textsc{Ad Vitam \AE{}ternam}.}
%       }\smallskip
%       \schema
%         {\schemabox{seipsum ratione}}
%         {\schemabox{Anim\ae{}\\ vel\\ Corporis}}\smallskip
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=80,basicstyle=\ttfamily\footnotesize]
%           }\smallskip
%           \schemabox{Inimicum.}
% \end{lstlisting}
%
% Next we estimate the lines from the top of a \cmd{\Schema} brace to the bottom, e.g., from ``\textsc{Per se}:'' to ``quem vel''. We use those ``ex'' height figures for \meta{size}:\\
%
% \begin{displaymath}\bgroup\footnotesize%
% \Schema{0ex}{23ex}
% {
%   \schemabox{Subjectum \& summa\\
%      univers\ae{} Scriptur\ae{},\\
%      est \textsc{Cognitio} vel}
% }
% {
%   \Schema{-6.4ex}{8.6ex}
%   {
%     \schemabox{\textsc{Dei}, qualis \\ sit, aut}
%   }
%   {
%     \schema
%     {\schemabox{\textsc{Per se}:\\ scilicet.}}
%     {
%       \schemabox{Unus in essentia.}\smallskip
%       \schemabox{Trinus in personis.}
%     }\smallskip
%     \schema
%     {\schemabox{Ad hominem\\ quem vel}}
%     {
%       \schemabox{Accusat \& terret, \textsc{Per Legem},\\
%         Consolatur \& erigit, \textsc{Per Evangelium}.\\
%         Salvat, \textsc{Per Christum}.\\
%         Renovat, \textsc{Per Spiritum Sanctum}.\\
%         Sanctificat, \textsc{Per Verbum} \& \textsc{Sacramenta}.\\
%         Castigat, tentat \& exercet, \textsc{Per Crucem}.\\
%         Glorificat \textsc{Per Resurrectionem Carnis}\\
%         \textsc{Ad Vitam \AE{}ternam}.}
%     }\medskip
%   }
%   \Schema{0ex}{16ex}
%   {
%     \schemabox{\textsc{Hominis},\\ qualis sit}
%   }
%   {
%     \Schema{0ex}{5ex}
%     {\schemabox{\textsc{Per se}:}}
%     {
%       \schemabox{Ante lapsum.}\smallskip
%       \schema
%       {\schemabox{Post lapsum:}}
%       {
%         \schemabox{Ante Regenerationem \&\\
%           Renovationem S. Sancti.}\medskip
%         \schemabox{Post Regenerationem \&\\
%           Renovationem S. Sancti.}\smallskip
%       }\smallskip
%     }
%     \Schema{0ex}{16ex}
%     {\schemabox{Ad}}
%     {
%       \schema
%       {\schemabox{\textsc{Deum}}}
%       {
%         \schemabox{P\oe{}nitentia agens, agnitis peccatis \&\\
%           ira Dei cognita \textsc{Ex Lege}.\\
%           Erigens se \textsc{Voce Evangelii}.\\
%           Credens \textsc{In Christum Salvatorem}.\\
%           Non repugnans \textsc{Spiritui Sancto} impellenti.\\
%           Audiens \textsc{Verbum}: \& utens \textsc{Sacramentis}.\\
%           Patienter \& constanter sufferens \textsc{Crucem}.\\
%           Sperans \& expectans glorificationem\\
%           \textsc{In Resurrectione Carnis}\\
%           \textsc{Ad Vitam \AE{}ternam}.}
%       }\smallskip
%       \schema
%         {\schemabox{seipsum ratione}}
%         {\schemabox{Anim\ae{}\\ vel\\ Corporis}}\smallskip
%       \Schema{0ex}{5ex}
%         {\schemabox{Proximum,}}
%         {
%           \schema
%           {\schemabox{Amicum ra-\\ tione vel}}
%           {
%             \schemabox{Religionis.\\
%               Politic\ae{} \& \OE{}conomic\ae{}.\\
%               Cognationis.\\
%               Agnationis.}
%           }\smallskip
%           \schemabox{Inimicum.}
%         }
%     }
%   }
% }\egroup%
%\end{displaymath}
%
%\noindent The following lines, illustrate our ``ball park'' figures, where we include lines of text and blank lines in the total count:
%
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \Schema{0ex}{23ex}
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=8,basicstyle=\ttfamily\footnotesize]
%   \Schema{0ex}{8ex}
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=32,basicstyle=\ttfamily\footnotesize]
%   \Schema{0ex}{16ex}
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=37,basicstyle=\ttfamily\footnotesize]
%     \Schema{0ex}{5ex}
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=50,basicstyle=\ttfamily\footnotesize]
%     \Schema{0ex}{16ex}
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=70,basicstyle=\ttfamily\footnotesize]
%       \Schema{0ex}{5ex}
% \end{lstlisting}
%
% Next we add the \meta{adjust values} by counting the lines in the direction the brace needs to move, multiplying by two, and making it negative for up and positive for down. Using an editor, e.g., \textsf{texworks} makes this fairly easy. We also adjust the final \meta{size} of the braces. Work from leaves to root.
%
% \begin{displaymath}\bgroup\footnotesize%
% \Schema{-25ex}{20.6ex}
% {
%   \schemabox{Subjectum \& summa\\
%      univers\ae{} Scriptur\ae{},\\
%      est \textsc{Cognitio} vel}
% }
% {
%   \Schema{-6.4ex}{8.5ex}
%   {
%     \schemabox{\textsc{Dei}, qualis \\ sit, aut}
%   }
%   {
%     \schema
%     {\schemabox{\textsc{Per se}:\\ scilicet.}}
%     {
%       \schemabox{Unus in essentia.}\smallskip
%       \schemabox{Trinus in personis.}
%     }\smallskip
%     \schema
%     {\schemabox{Ad hominem\\ quem vel}}
%     {
%       \schemabox{Accusat \& terret, \textsc{Per Legem},\\
%         Consolatur \& erigit, \textsc{Per Evangelium}.\\
%         Salvat, \textsc{Per Christum}.\\
%         Renovat, \textsc{Per Spiritum Sanctum}.\\
%         Sanctificat, \textsc{Per Verbum} \& \textsc{Sacramenta}.\\
%         Castigat, tentat \& exercet, \textsc{Per Crucem}.\\
%         Glorificat \textsc{Per Resurrectionem Carnis}\\
%         \textsc{Ad Vitam \AE{}ternam}.}
%     }\medskip
%   }
%   \Schema{-13.4ex}{17.4ex}
%   {
%     \schemabox{\textsc{Hominis},\\ qualis sit}
%   }
%   {
%     \Schema{-4.4ex}{5ex}
%     {\schemabox{\textsc{Per se}:}}
%     {
%       \schemabox{Ante lapsum.}\smallskip
%       \schema
%       {\schemabox{Post lapsum:}}
%       {
%         \schemabox{Ante Regenerationem \&\\
%           Renovationem S. Sancti.}\medskip
%         \schemabox{Post Regenerationem \&\\
%           Renovationem S. Sancti.}\smallskip
%       }\smallskip
%     }
%     \Schema{4.2ex}{14.4ex}
%     {\schemabox{Ad}}
%     {
%       \schema
%       {\schemabox{\textsc{Deum}}}
%       {
%         \schemabox{P\oe{}nitentia agens, agnitis peccatis \&\\
%           ira Dei cognita \textsc{Ex Lege}.\\
%           Erigens se \textsc{Voce Evangelii}.\\
%           Credens \textsc{In Christum Salvatorem}.\\
%           Non repugnans \textsc{Spiritui Sancto} impellenti.\\
%           Audiens \textsc{Verbum}: \& utens \textsc{Sacramentis}.\\
%           Patienter \& constanter sufferens \textsc{Crucem}.\\
%           Sperans \& expectans glorificationem\\
%           \textsc{In Resurrectione Carnis}\\
%           \textsc{Ad Vitam \AE{}ternam}.}
%       }\smallskip
%       \schema
%         {\schemabox{seipsum ratione}}
%         {\schemabox{Anim\ae{}\\ vel\\ Corporis}}\smallskip
%       \Schema{2ex}{5.1ex}
%         {\schemabox{Proximum,}}
%         {
%           \schema
%           {\schemabox{Amicum ra-\\ tione vel}}
%           {
%             \schemabox{Religionis.\\
%               Politic\ae{} \& \OE{}conomic\ae{}.\\
%               Cognationis.\\
%               Agnationis.}
%           }\smallskip
%           \schemabox{Inimicum.}
%         }
%     }
%   }
% }\egroup%
%\end{displaymath}
%
% \noindent We get the following changes, with a few final tweaks:
%
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \Schema{-25ex}{20.6ex}% Do this one last.
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=8,basicstyle=\ttfamily\footnotesize]
%   \Schema{-6.4ex}{8.5ex}% Do this one first.
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=32,basicstyle=\ttfamily\footnotesize]
%   \Schema{-13.4ex}{17.4ex}% Do this one fifth.
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=37,basicstyle=\ttfamily\footnotesize]
%     \Schema{-4.4ex}{5ex}% Do this one second.
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=50,basicstyle=\ttfamily\footnotesize]
%     \Schema{4.2ex}{14.4ex}% Do this one fourth.
% \end{lstlisting}
% \begin{lstlisting}[firstnumber=70,basicstyle=\ttfamily\footnotesize]
%       \Schema{2ex}{5.1ex}% Do this one third.
% \end{lstlisting}
%
% If all your dimensions are in ex height, scaling your (large) schema gets easier. For example, one ex is a different size for different fonts and font sizes:\medskip
%
% \hfil\begin{tabular}{cccc}
% \cmd{\Large} & \cmd{\large} & \cmd{\normalsize} & \cmd{\footnotesize}\\
% \Large\dimen0=1ex \the\dimen0 & \large\dimen0=1ex \the\dimen0 & \normalsize\dimen0=1ex \the\dimen0 & \footnotesize\dimen0=1ex \the\dimen0\normalsize\\
% \end{tabular}\hfil
%
% \noindent The next example illustrates spacing, adjusting, and \cmd{\DoParens} inside a group scope:
% \begin{displaymath}
% \bgroup\scriptsize\DoParens%
%\Schema{-36.4ex}{15.6ex}
%{
%  \schemabox{Sacr\ae{}\\ litter\ae{}\\ loquuntur,\\ de}
%}
%{
%  \schema
%  {
%    \schemabox{\textsc{Deo}}
%  }
%  {
%    \schemabox{Uno, in Trinitate.\smallskip\\Trino, in unitate.}
%  }
%  \Schema{-17ex}{23.4ex}
%  {
%    \schemabox{\textsc{Dei}\\ \textsc{Operibus}}
%  }
%  {
%    \schema
%    {
%      \schemabox{\textsc{Intra},\\ qu\ae{} sunt\\ divisa, ut}
%    }
%    {
%      \schemabox{\textsc{Patris}, ab \ae{}terno gignere.\\ \textsc{Filii}, ab \ae{}terno genitum esse.\\ \textsc{Spiritus Sancti}, ab utroque\\ ab \ae{}terno procedete.}
%    }
%    \medskip
%    \Schema{-2.6ex}{19.6ex}
%    {
%      \schemabox{\textsc{Extra},\\ qu\ae{} sunt\\ indivisa;\\ tervata\\ tamen\\ cujusque\\ person\ae{}\\ divinitatis\\ sua pro-\\prietate}
%    }
%    {
%      \Schema{-0.8ex}{6.4ex}
%      {
%        \schemabox{Creatione\\ natur\ae{}}
%      }
%      {
%        \schema
%        {
%          \schemabox{Brute ut}
%        }
%        {
%          \schemabox{C\oe{}li} \smallskip \schemabox{Elementorum} \smallskip \schemabox{Mundi}
%        }
%        \smallskip
%        \schema
%        {
%          \schemabox{\gk{logik~hs}, ut}
%        }
%        {
%          \schemabox{Angelorum.} \smallskip \schemabox{Hominum: Ad\ae{},\\ Ev\ae{} \& procreatorum\\ exipsis.}
%        }
%      }
%      \schema
%      {
%        \schemabox{Sustenatione\\ natur\ae{} laps\ae{},}
%      }
%      {
%        \schemabox{Angelorum malorum,} \smallskip \schemabox{Hominum: Ad\ae{}, Ev\ae{}\\ \& procreatorum exipsis.}
%      }
%      \Schema{2.6ex}{8.8ex}
%      {
%        \schemabox{Beneficiis erga\\ Ecclesiam: ea ver-\\ santur aut circa}
%      }
%      {
%        \Schema{2.2ex}{7ex}
%        {
%          \schemabox{Res, ut}
%        }
%        {
%          \schema
%          {
%            \schemabox{Verbum}
%          }
%          {
%            \schemabox{Legis} \smallskip \schemabox{Evangelii} \smallskip \schemabox{Sacramentorum}
%          }
%          \smallskip
%          \schema
%          {
%            \schemabox{Signa vel Veteris\\ vel Novi Testa-\\ mentum ut sunt:}
%          }
%          {
%            \schemabox{Ceremoni\ae{}} \smallskip \schemabox{Miracula}
%          }
%        }
%        \smallskip
%        \Schema{1ex}{5ex}
%        {
%          \schemabox{Personas}
%        }
%        {
%          \schema
%          {
%            \schemabox{Ecclesi\ae{}}
%          }
%          {
%            \schemabox{Universalis} \smallskip \schemabox{Particularis}
%          }
%          \smallskip
%          \schemabox{Politi\ae{} ut Magistratuum}
%          \smallskip
%          \schemabox{\OE{}conomi\ae{} ut privatorum}
%        }
%      }
%    }
%  }
%}\egroup%
%\end{displaymath}
% Next we see some closed schemata. This example merits consideration because it uses not only open schemata but closed ones nested within them. One must use \cmd{\Schema} in that case to prevent the opening braces from being slightly larger than the closing braces.
% \begin{displaymath}
% \bgroup\small%
% \Schema{-1.4ex}{10ex}
% {
%   \schemabox{Qu\ae{} sit\\ \textsc{Dei}, vel}
% }
% {
%   \Schema{-1ex}{5ex}
%   {
%     \schemabox{\textsc{Essentia}, in}
%   }
%   {
%     \vskip1ex\schemabox{Unitate divina,}
%     \medskip
%     \Schema{0ex}{3.4ex}
%     {
%       \schemabox{Tribus perso-\\ nis divinitatis}
%     }
%     {
%       \Schema[close]{0ex}{3.4ex}
%       {
%         \NudgeSB\schemabox{Patre,\\ Filio,\\ Spiritui Sancto}
%       }
%       {
%         \schemabox{\gk{<omoous'iois}\\ \& co\ae{}ternis}
%       }
%     }
%   }
%   \medskip
%   \Schema{-0.2ex}{6.4ex}
%   {
%     \schemabox{\textsc{Voluntas},\\ revelatur in\\ actione, sive}
%   }
%   {
%     \Schema{0ex}{3.4ex}
%     {
%       \schemabox{Universali}
%     }
%     {
%       \Schema[close]{0ex}{3.4ex}
%       {
%         \schemabox{Creationis,\\Sustenationis,\\ Propagationis,}
%       }
%       {
%         \schemabox{rerum creatarum.}
%       }
%     }
%     \medskip
%     \schema
%     {
%       \schemabox{Speciali, in beneficiis\\ erga Ecclesiam, eam}
%     }
%     {
%       \schemabox{Colligendo.\\ Justificando.\\ Conservando.\\
%         Glorificando.}
%     }
%   }
% }\egroup%
% \end{displaymath}
% \clearpage
% The following listing of the previous example illustrates how one handles closed schemata in this fashion. The macro \cmd{\gk} creates Greek text.
%
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \Schema{-1.4ex}{10ex}
% {
%   \schemabox{Qu\ae{} sit\\ \textsc{Dei}, vel}
% }
% {
%   \Schema{-1ex}{5ex}
%   {
%     \schemabox{\textsc{Essentia}, in}
%   }
%   {
%     \vskip1ex\schemabox{Unitate divina,}
%     \medskip
%     \Schema{0ex}{3.4ex}
%     {
%       \schemabox{Tribus perso-\\ nis divinitatis}
%     }
%     {
%       \Schema[close]{0ex}{3.4ex}
%       {
%         \NudgeSB\schemabox{Patre,\\ Filio,\\ Spiritui Sancto}
%       }
%       {
%         \schemabox{\gk{<omoous'iois}\\ \& co\ae{}ternis}
%       }
%     }
%   }
%   \medskip
%   \Schema{-0.2ex}{6.4ex}
%   {
%     \schemabox{\textsc{Voluntas},\\ revelatur in\\ actione, sive}
%   }
%   {
%     \Schema{0ex}{3.4ex}
%     {
%       \schemabox{Universali}
%     }
%     {
%       \Schema[close]{0ex}{3.4ex}
%       {
%         \schemabox{Creationis,\\ Sustenationis,\\ Propagationis,}
%       }
%       {
%         \schemabox{rerum creatarum.}
%       }
%     }
%     \medskip
%     \schema
%     {
%       \schemabox{Speciali, in beneficiis\\ erga Ecclesiam, eam}
%     }
%     {
%       \schemabox{Colligendo.\\ Justificando.\\ Conservando.\\
%         Glorificando.}
%     }
%   }
% }
% \end{lstlisting}
% \clearpage
% Balanced open and closed schemata take the general form below:
% \begin{quote}\ttfamily
% \cmd{\Schema}\{\meta{adjust}\}\{\meta{height}\}\\
% \hbox{}\quad\{\meta{$left_1$}\}\\
% \hbox{}\quad\{\cmd{\Schema}[close]\{\meta{adjust}\}\{\meta{height}\}\\
% \hbox{}\qquad\{\meta{$left_2$}\}\\
% \hbox{}\qquad\{\meta{$right_2$}\}\\
% \hbox{}\quad\}
% \end{quote}
%
% The result is:
% \begin{displaymath}
% \Schema{0ex}{2ex}
%        {\hbox{$left_1$}}{\Schema[close]{0ex}{2ex}
%                         {\hbox{$left_2$}}{\hbox{$right_2$}}}
% \end{displaymath}
% \medskip
%
% Try to produce the following. Everything to the right of the leftmost brace is the RHS of the outermost schema. Everything between the leftmost brace and the rightmost brace is the LHS of the first nested schema, and so on.
% \begin{displaymath}
% \Schema{0ex}{5.6ex}
% {\schemabox{a}}
% {
%   \Schema[close]{0ex}{5.6ex}
%   {
%     \Schema{0ex}{3.3ex}
%     {\schemabox{b\\c}}
%     {
%       \Schema[close]{0ex}{3.3ex}
%       {\schemabox{f\\g\\h}}
%       {\schemabox{l\\m}}
%     }
%     \Schema{0ex}{3.3ex}
%     {\schemabox{d\\e}}
%     {
%       \Schema[close]{0ex}{3.3ex}
%       {\schemabox{i\\j\\k}}
%       {\schemabox{n\\o}}
%     }
%   }
%   {\schemabox{p}}
% }
% \end{displaymath}\medskip
%
% If you choose to give up, the listing is below:\\[4ex]
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \Schema{0ex}{5.6ex}
% {\schemabox{a}}
% {
%   \Schema[close]{0ex}{5.6ex}
%   {
%     \Schema{0ex}{3.3ex}
%     {\schemabox{b\\c}}
%     {
%       \Schema[close]{0ex}{3.3ex}
%       {\schemabox{f\\g\\h}}
%       {\schemabox{l\\m}}
%     }
%     \Schema{0ex}{3.3ex}
%     {\schemabox{d\\e}}
%     {
%       \Schema[close]{0ex}{3.3ex}
%       {\schemabox{i\\j\\k}}
%       {\schemabox{n\\o}}
%     }
%   }
%   {\schemabox{p}}
% }
% \end{lstlisting}
% \clearpage
% \subsection{Final features}
% \label{sec:multiple}
% This final example illustrates how one can set the width of a \cmd{\schemabox}, and for what sort of use that might be. Below we invoke \cmd{\DoBrackets} after the start of the group containing the right-hand side of the first \cmd{\Schema}.
% \begin{displaymath}\bgroup\small
% \Schema{-0.2ex}{14.4ex}
% {\schemabox{\bfseries Curricula\\\bfseries Texts}}
% {
%   \DoBrackets%
%   \newbox\mybox\setbox\mybox=\hbox{\bfseries III. Philosophical }%
%   \dimen0=\wd\mybox%
%   \schema
%     {\schemabox[\dimen0]{\bfseries I. General\\Studies}}
%     {\schemabox{1. Collected Works\\2. Encyclopedias}}
%   \smallskip
%   \schema
%     {\schemabox[\dimen0]{\bfseries II. Literary\\Disciplines}}
%     {\schemabox{1. Philology\\
%       2. Historical Introduction\\
%       3. Literary Theory\\
%       4. Application}}
%   \smallskip
%   \schema
%       {\schemabox[\dimen0]{\bfseries III. Philosophical\\Disciplines}}
%       {\schemabox{1. Source Texts\\
%       2. History of Philosophy\\
%       3. General Surveys\\
%       4. Specific Studies}}
%   \smallskip
%   \schema
%       {\schemabox[\dimen0]{\bfseries IV. Historical\\Disciplines}}
%       {\schemabox{1. General Surveys\\
%       2. Specialized Works}}
% }\egroup%
%\end{displaymath}
%
% \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
% \Schema{-0.2ex}{14.4ex}
% {\schemabox{\bfseries Curricula\\\bfseries Texts}}
% {
%   \DoBrackets%
%   \newbox\mybox\setbox\mybox=\hbox{\bfseries III. Philosophical }%
%   \dimen0=\wd\mybox%
%   \schema
%     {\schemabox[\dimen0]{\bfseries I. General\\Studies}}
%     {\schemabox{1. Collected Works\\2. Encyclopedias}}
%   \smallskip
%   \schema
%     {\schemabox[\dimen0]{\bfseries II. Literary\\Disciplines}}
%     {\schemabox{1. Philology\\
%       2. Historical Introduction\\
%       3. Literary Theory\\
%       4. Application}}
%   \smallskip
%   \schema
%       {\schemabox[\dimen0]{\bfseries III. Philosophical\\Disciplines}}
%       {\schemabox{1. Source Texts\\
%       2. History of Philosophy\\
%       3. General Surveys\\
%       4. Specific Studies}}
%   \smallskip
%   \schema
%       {\schemabox[\dimen0]{\bfseries IV. Historical\\Disciplines}}
%       {\schemabox{1. General Surveys\\
%       2. Specialized Works}}
% }
%\end{lstlisting}
% \clearpage
%\StopEventually{^^A
%  \clearpage\PrintChanges
%  \clearpage\PrintIndex
%}
%
% \section{Implementation}
%
% The concept of using math mode to generate schemata was first implemented by me in plain \TeX, then migrated to \LaTeX.
%
% \subsection{Package Options and Booleans}
%
% \changes{v0.6}{2013/03/10}{Added brackets and parens as well as braces}
% Three options are implemented, namely, |braces| (the default), |brackets|, and |parens|. Plain \TeX{} does not use options as such, but simply declares braces as the default and allows the user to change that after the file is |\input|.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \catcode`@=11%
  \def\DoBraces{\let\@schemata@LD\lbrace \let\@schemata@RD\rbrace}%
  \DoBraces%
\else
  \DeclareOption{braces}{\let\@schemata@LD\lbrace \let\@schemata@RD\rbrace}
  \DeclareOption{brackets}{\let\@schemata@LD\lbrack \let\@schemata@RD\rbrack}
  \DeclareOption{parens}{\let\@schemata@LD( \let\@schemata@RD)}
  \ExecuteOptions{braces}
  \ProcessOptions\relax
\fi
%    \end{macrocode}
%
%Two box registers and two dimen registers are used to analyze the left-hand and right-hand vertical sizes of the boxes in a schema.
% \changes{v0.8}{2016/01/25}{Renamed box/dimen registers}
%    \begin{macrocode}
\newbox\@rhs%
\newbox\@lhs%
\newdimen\@rheight%
\newdimen\@lheight%
%    \end{macrocode}
% \changes{v0.6}{2013/03/10}{Added UC/LC tweaks.}
% \changes{v0.8}{2016/01/25}{Renamed internal macros}
%    \begin{macrocode}
\newif\if@schemata@LCBox%
\newif\if@schemata@SWBox%
\newif\if@schemata@NudgeBox%
%    \end{macrocode}
%
% \subsection {Macros}
%
% \begin{macro}{\DoBraces}
% \changes{v0.6}{2013/03/10}{Added macro}
% Set the default option for braces.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
\else
  \newcommand{\DoBraces}{\let\@schemata@LD\lbrace \let\@schemata@RD\rbrace}%
\fi
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\DoBrackets}
% \changes{v0.6}{2013/03/10}{Added macro}
% Set the ``branches'' to be brackets.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\DoBrackets{\let\@schemata@LD\lbrack \let\@schemata@RD\rbrack}%
\else
  \newcommand{\DoBrackets}{\let\@schemata@LD\lbrack \let\@schemata@RD\rbrack}%
\fi
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\DoParens}
% \changes{v0.6}{2013/03/10}{Added macro}
% Set the ``branches'' to be parentheses.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\DoParens{\let\@schemata@LD( \let\@schemata@RD)}%
\else
  \newcommand{\DoParens}{\let\@schemata@LD( \let\@schemata@RD)}%
\fi
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\LCschema}
% \changes{v0.6}{2013/03/10}{Added macro}
% Set global settings to assume lowercase initial text in \cmd{\schemabox}es.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\LCschema{\@schemata@LCBoxtrue}%
\else
  \newcommand{\LCschema}{\@schemata@LCBoxtrue}%
\fi
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\UCschema}
% \changes{v0.6}{2013/03/10}{Added macro}
% Set global settings to assume uppercase initial text in \cmd{\schemabox}es.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\UCschema{\@schemata@LCBoxfalse}%
\else
  \newcommand{\UCschema}{\@schemata@LCBoxfalse}%
\fi
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\SwitchSB}
% \changes{v0.6}{2013/03/10}{Added macro}
% Flip the UC/LC settings for one \cmd{\schemabox}, which will reset this value on exit.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\SwitchSB{\@schemata@SWBoxtrue}%
\else
  \newcommand{\SwitchSB}{\@schemata@SWBoxtrue}%
\fi
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\NudgeSB}
% \changes{v0.8}{2016/01/25}{Added macro}
% Add a kern to the end of each line in a \cmd{\schemabox}. This will be reset on exit from the \cmd{\schemabox}.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\NudgeSB{\@schemata@NudgeBoxtrue}%
\else
  \newcommand{\NudgeSB}{\@schemata@NudgeBoxtrue}%
\fi
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\schemabox}
% \changes{v0.8}{2016/01/25}{Added nudge feature; fix errors when not in internal vertical mode}
% If in internal vertical mode, wrap a stack of left-aligned \cmd{\hbox}es with optional width in a \cmd{\vbox.} This allows the box to be only as wide as needed. The syntax is reminiscent of a one-column tabular. Normally insert a \cmd{\strut} in the first \cmd{\hbox}.
% \changes{v0.6}{2013/03/10}{Added lowercase tweaks}
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \gdef\schemabox{\futurelet\testchar\@schemabox}
  \gdef\@schemabox{%
    \ifx[\testchar
      \let\next\@@schemabox%
    \else
      \let\next\@@schemab@x%
    \fi
    \next%
  }%
  \gdef\@@schemab@x#1{\@@schemabox[0pt]{#1}}
  \gdef\@@schemabox[#1]#2{%
    \ifinner
      \if@schemata@LCBox
        \def\@Adj{}%
        \if@schemata@SWBox\def\@Adj{\strut}\fi
      \else
        \def\@Adj{\strut}%
        \if@schemata@SWBox\def\@Adj{}\fi
      \fi
      \if@schemata@NudgeBox
        \def\@Nudge{\kern0.2em}%
      \else
        \def\@Nudge{}%
      \fi
      \ifdim#1<1pt
        \def\\{\@Nudge\egroup\hbox\bgroup\ignorespaces }%
        \vbox{\hbox\bgroup\@Adj\ignorespaces #2\@Nudge\egroup}%
      \else
        \def\\{\hfil\egroup\hbox to #1\bgroup\ignorespaces }%
        \vbox{\hbox to #1\bgroup\@Adj\ignorespaces #2\hfil\egroup}%
      \fi
    \else
      #2%
    \fi
    \@schemata@SWBoxfalse%
    \@schemata@NudgeBoxfalse%
  }%
%    \end{macrocode}
% \clearpage
%    \begin{macrocode}
\else
  \newcommand{\schemabox}[2][0pt]{%
    \ifinner
      \if@schemata@LCBox
        \def\@Adj{}%
        \if@schemata@SWBox\def\@Adj{\strut}\fi
      \else
        \def\@Adj{\strut}%
        \if@schemata@SWBox\def\@Adj{}\fi
      \fi
      \if@schemata@NudgeBox
        \def\@Nudge{\kern0.2em}%
      \else
        \def\@Nudge{}%
      \fi
      \ifdim#1<1pt
        \def\\{\@Nudge\egroup\hbox\bgroup\ignorespaces }%
        \vbox{\hbox\bgroup\@Adj\ignorespaces #2\@Nudge\egroup}%
      \else
        \def\\{\hfil\egroup\hbox to #1\bgroup\ignorespaces }%
        \vbox{\hbox to #1\bgroup\@Adj\ignorespaces #2\hfil\egroup}%
      \fi
    \else
      #2%
    \fi
    \@schemata@SWBoxfalse%
    \@schemata@NudgeBoxfalse%
  }%
\fi
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\schema}
% This ``simple'' schema vertically centers two boxes of internal vertical material and puts a ``simple'' brace between the boxes based on the height of the box and the options passed to the schema. By default, a schema has a box to the left, an open delimiter, and a box to the right. If any optional argument other than "open" is used, the schema prints a box to the left, a close brace, and a box to the right.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \gdef\schema{\futurelet\testchar\@schema}
  \gdef\@schema{\ifx[\testchar \let\next\@@schema%
               \else \let\next\@@schem@ \fi \next}
  \gdef\@@schem@#1#2{\@@schema[open]{#1}{#2}}
  \gdef\@@schema[#1]#2#3{%
    \def\@ption{#1}\def\@pen{open}%
    \ifx\@ption\@pen
      \setbox\@rhs=\vbox{#3}%
      \@rheight=\ht\@rhs%
      \advance\@rheight\dp\@rhs%
      \advance\@rheight by 1.44265ex%
      \hbox{$\vcenter{#2}%
            \@schemata@lbrace{\@rheight}%
            \vcenter{#3}$}%
    \else
      \setbox\@lhs=\vbox{#2}%
      \@lheight=\ht\@lhs%
      \advance\@lheight\dp\@lhs%
      \advance\@lheight by 1.44265ex%
      \hbox{$\vcenter{#2}%
            \kern-0.2em\@schemata@rbrace{\@lheight}%
            \vcenter{#3}$}%
    \fi
  }%
\else
  \newcommand{\schema}[3][open]{%
    \def\@ption{#1}\def\@pen{open}%
    \ifx\@ption\@pen
      \setbox\@rhs=\vbox{#3}%
      \@rheight=\ht\@rhs%
      \advance\@rheight\dp\@rhs%
      \advance\@rheight by 1.44265ex%
      \hbox{$\vcenter{#2}%
            \@schemata@lbrace{\@rheight}%
            \vcenter{#3}$}%
    \else
      \setbox\@lhs=\vbox{#2}%
      \@lheight=\ht\@lhs%
      \advance\@lheight\dp\@lhs%
      \advance\@lheight by 1.44265ex%
      \hbox{$\vcenter{#2}%
            \kern-0.2em\@schemata@rbrace{\@lheight}%
            \vcenter{#3}$}%
    \fi
  }%
\fi
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\Schema}
% This is the general-purpose form of schemata. The arguments include whether it is an open or closed schema, the vertical adjustment of the left-hand side, the size of the brace, and the contents of the left and right-hand sizes. It works the same as above, but requires manual adjustment of the braces.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \gdef\Schema{\futurelet\testchar\@Schema}
  \gdef\@Schema{\ifx[\testchar \let\next\@@Schema%
               \else \let\next\@@Schem@ \fi \next}
  \gdef\@@Schem@#1#2#3#4{\@@Schema[open]{#1}{#2}{#3}{#4}}
  \gdef\@@Schema[#1]#2#3#4#5{%
    \def\@ption{#1}%
    \def\@pen{open}%
    \dimen0=#2%
    \ifx\@ption\@pen
      \hbox{$\vcenter{\vskip1.44265\dimen0#4}%
        \@schemata@biglbrace{#2}{#3}\vcenter{#5}$}%
    \else
      \hbox{$\vcenter{\vskip1.44265\dimen0#4}\kern-0.2em%
        \@schemata@bigrbrace{#2}{#3}\vcenter{#5}$}%
    \fi
  }%
\else
  \newcommand{\Schema}[5][open]{%
    \def\@ption{#1}%
    \def\@pen{open}%
    \dimen0=#2%
    \ifx\@ption\@pen
      \hbox{$\vcenter{\vskip1.44265\dimen0#4}%
        \@schemata@biglbrace{#2}{#3}\vcenter{#5}$}%
    \else
      \hbox{$\vcenter{\vskip1.44265\dimen0#4}\kern-0.2em%
        \@schemata@bigrbrace{#2}{#3}\vcenter{#5}$}%
    \fi
  }%
\fi
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@schemata@lbrace}
% \changes{v0.8}{2016/01/25}{Renamed}
% Draw an on-center brace to the left of a simple box.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\@schemata@lbrace#1{%
    \ifmmode\left.\vcenter{\vbox to #1{\vfil}}\right\@schemata@LD\fi}
\else
  \newcommand{\@schemata@lbrace}[1]{%
    \ifmmode\left.\vcenter{\vbox to #1{\vfil}}\right\@schemata@LD\fi}
\fi
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@schemata@rbrace}
% \changes{v0.8}{2016/01/25}{Renamed}
% Draw an on-center brace to the right of a simple box.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\@schemata@rbrace#1{%
    \ifmmode\left\@schemata@RD\vcenter{\vbox to #1{\vfil}}\right.\fi}
\else
  \newcommand{\@schemata@rbrace}[1]{%
    \ifmmode\left\@schemata@RD\vcenter{\vbox to #1{\vfil}}\right.\fi}
\fi
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\@schemata@biglbrace}
% \changes{v0.8}{2016/01/25}{Renamed; use absolute value of brace size}
% Draw a vertically-adjustable brace to the left of a complex assortment of boxes.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\@schemata@biglbrace#1#2{%
    \dimen0=#1%
    \dimen2=#2%
    \dimen4=-\dimen2%
    \ifdim\dimen4>\dimen2\dimen2=\dimen4\fi
    \ifdim\dimen0<0pt
      \ifmmode\vcenter{\hbox{$\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@LD%
                       \atop\vbox to -1.44265\dimen0{\vfil}$}}\fi
    \else
      \ifmmode\vcenter{\hbox{$\vbox to 1.44265\dimen0{\vfil}%
                       \atop\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@LD$}}\fi
    \fi
  }%
\else
  \newcommand{\@schemata@biglbrace}[2]{%
    \dimen0=#1%
    \dimen2=#2%
    \dimen4=-\dimen2%
    \ifdim\dimen4>\dimen2\dimen2=\dimen4\fi
    \ifdim\dimen0<0pt
      \ifmmode\vcenter{\hbox{$\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@LD%
                       \atop\vbox to -1.44265\dimen0{\vfil}$}}\fi
    \else
      \ifmmode\vcenter{\hbox{$\vbox to 1.44265\dimen0{\vfil}%
                       \atop\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@LD$}}\fi
    \fi
  }%
\fi
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\@schemata@bigrbrace}
% \changes{v0.8}{2016/01/25}{Renamed; Use absolute value of brace size}
% Draw a vertically-adjustable brace to the right of a complex assortment of boxes.
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \def\@schemata@bigrbrace#1#2{%
    \dimen0=#1%
    \dimen2=#2%
    \dimen4=-\dimen2%
    \ifdim\dimen4>\dimen2\dimen2=\dimen4\fi
    \ifdim\dimen0<0pt
      \ifmmode\vcenter{\hbox{$\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@RD%
                       \atop\vbox to -1.44265\dimen0{\vfil}$}}\fi
    \else
      \ifmmode\vcenter{\hbox{$\vbox to 1.44265\dimen0{\vfil}%
                       \atop\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@RD$}}\fi
    \fi
  }%
\else
  \newcommand{\@schemata@bigrbrace}[2]{%
    \dimen0=#1%
    \dimen2=#2%
    \dimen4=-\dimen2%
    \ifdim\dimen4>\dimen2\dimen2=\dimen4\fi
    \ifdim\dimen0<0pt
      \ifmmode\vcenter{\hbox{$\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@RD%
                       \atop\vbox to -1.44265\dimen0{\vfil}$}}\fi
    \else
      \ifmmode\vcenter{\hbox{$\vbox to 1.44265\dimen0{\vfil}%
                       \atop\left.%
                       \vbox to 1.44265\dimen2{\vfil}%
                       \right\@schemata@RD$}}\fi
    \fi
  }%
\fi
%    \end{macrocode}
% \end{macro}
%    \begin{macrocode}
\expandafter\ifx\csname newenvironment\endcsname\relax
  \catcode`@=12
\fi
%    \end{macrocode}
%\Finale
\endinput
%</package>