blob: a2c7bb4c8d4884940f948d601699c03ea72f4e6a (
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
|
% Psizzl TeX - macros for use with TeX version 1, format PLAIN
% - high level macros A. Ogawa, Dec 1983
%
\ifx\fmtname\undefined\input plain % INITEX run
\else\let\dump\relax\fi % VIRTEX run: no \dump's
\def\plain{plain}\ifx\fmtname\plain\else
\message{\fmtname\space is already loaded. I quit.}\endinput\fi
\def\psizzl{Psizzl}\let\fmtname\psizzl\def\fmtversion{0.35}%
\def\fmtext{\fmtname}% this may require changing in some systems
\input symbols.\fmtext % symbol definitions and public macros
\input macros.\fmtext % include macros common to all of this package
\input lists.\fmtext % item lists
%\input picture.\fmtext % macros for making pictures
\input fontdefs.\fmtext % define fonts and families
\input options.\fmtext % implement the switches
\input publicat.\fmtext % title page for publications
\input memo.\fmtext % memo formatter
\input letter.\fmtext % letter formatter
\input chapters.\fmtext % body, chapter, section, subsection
\input citation.\fmtext % references, figures, tables, equations
\input verbatim.\fmtext % verbatim scanning macros
\input index.\fmtext % indexing macros
\input output.\fmtext % output formatting
\input institut.\fmtext % hooks for the present institution
\lock % lock the macro names with @ key
\fmtjob % do what \everyjob normally does
\dump % if INITEX was used, dump the fmt file
|