Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

eplain(1) [redhat man page]

EPLAIN(1)						      General Commands Manual							 EPLAIN(1)

NAME
eplain - extended plain TeX SYNOPSIS
eplain [ first line ] DESCRIPTION
This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation. eplain is an extension of plain TeX described in the book TeX for the Impatient. It adds these features (among others) to plain TeX: o left-justified displays o double-column output o tables of contents o hrule and vrule with a different default than 0.4pt o time of day o verbatim file listing o generalized footnotes o blank and black boxes o citations using BibTeX FILES
eplain/doc/eplain.texi TeXable documentation of etex macros in texinfo format. eplain.info* Online GNU Emacs info(1) files produced from eplain.texi. The complete eplain distribution is available via anonymous ftp to the Internet host ftp.cs.umb.edu from the file pub/tex/eplain.tar.Z which is linked to another file containing the most recent version of the package. Major TeX archive sites should also have it. SEE ALSO
emacs(1), info(1), initex(1), tex(1), xinfo(1). Karl Berry, eplain, TUGboat 11(4), 571--572, 1990. Paul W. Abrahams with Karl Berry and Kathryn A. Hargreaves, TeX for the Impatient, Addison-Wesley, 1990, ISBN 0-201-51375-7. Web2C 7.3.1 14 December 1993 EPLAIN(1)

Check Out this Related Man Page

WEAVE(1)						      General Commands Manual							  WEAVE(1)

NAME
weave - translate WEB to TeX SYNOPSIS
weave [-x] webfile[.web] [changefile[.ch]] DESCRIPTION
This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation. The weave program is used to create a TeX file for viewing a Web program. It takes appropriate care of typographic details like page lay- out and the use of indentation, italics, boldface, etc., and it supplies extensive cross-index information that it gathers automatically. The command line arguments are the same as for tangle except for the option: -x says to omit the index, module name list, and table of con- tents pages. (A CONTENTS.tex file will still be written when the TeX file is processed, however, unless some macros in webmac.tex are redefined.) The output TeX file name is formed by adding .tex to the root of the Web file name. There are several macros that probably should be redefined by the programmer at the beginning of the Web file. It is a good idea to set itle to the name of the program. And, to cause output of only changed modules, one can say letmaybe=iffalse (usually as the first change in the change file). ENVIRONMENT
The environment variable WEBINPUTS is used to search for the input files, or the system default if WEBINPUTS is not set. See tex(1) for the details of the searching. FILES
$TEXMFMAIN/tex/plain/base/webmac.tex TeX macros used by weave output. SEE ALSO
tangle(1) for references, authors, and other information. Web2C 2012 7 April 2010 WEAVE(1)
Man Page