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
|
.TH EPLAIN 1 "2 October 2022" "Eplain 3.13"
.\"=====================================================================
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
.if n .ds TX TeX
.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
.el .ds OX TeX for nroff
.\" the same but obliqued
.\" BX definition must follow TX so BX can use TX
.if t .ds BX \fRB\s-2IB\s0\fP\*(TX
.if n .ds BX BibTeX
.\"=====================================================================
.SH NAME
eplain \- expanded plain TeX
.SH SYNOPSIS
.B eplain
[ first-line ]
.\"=====================================================================
.SH DESCRIPTION
.B eplain
is an extension of plain \*(TX originally described in the book
.IR "\*(OX for the Impatient" .
It adds these features (among others) to plain \*(TX:
.TP \w'\(bu'u+2n
\(bu
left-justified displays
.TP
\(bu
double-column output
.TP
\(bu
tables of contents
.TP
\(bu
.I \ehrule
and
.I \evrule
with a different default than 0.4pt
.TP
\(bu
time of day
.TP
\(bu
verbatim file listing
.TP
\(bu
generalized footnotes
.TP
\(bu
blank and black boxes
.TP
\(bu
citations using \*(BX
.\"=====================================================================
.SH FILES
.TP
.I eplain/doc/eplain.texi
\*(TXable documentation of
.B etex
macros in
.B texinfo
format.
.TP
.I eplain.info*
Online GNU Emacs
.BR info (1)
files produced from
.IR eplain.texi .
.\"=====================================================================
.SH "SEE ALSO"
https://tug.org/eplain/
.br
https://ctan.org/pkg/graphics-pln
.br
https://ctan.org/pkg/optex
.PP
.BR texinfo (5),
.BR tex (1),
.br
Karl Berry,
.IR eplain ,
TUGboat 11(4), 571--572, 1990,
https://tug.org/TUGboat/tb11-4/tb30resources.pdf
.br
Paul W. Abrahams with Karl Berry and Kathryn A. Hargreaves,
.IR "\*(OX for the Impatient" ,
https://ctan.org/pkg/impatient
|