Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jadetex(1) [debian man page]

JADETEX(1)						      General Commands Manual							JADETEX(1)

NAME
jadetex - processing tex files produced by the TeX backend of Jade. SYNOPSIS
jadetex [ first line ] DESCRIPTION
This manual page was derived from the manual page for LaTeX and 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. JadeTeX is a TeX macro package, not a modification to the TeX source program, so all the capabilities described in tex(1) are present. pdfjadetex is the PDFTeX version of the jadeTeX format. SEE ALSO
pdfjadetex(1), latex(1), tex(1), AUTHORS
The author of jadeTeX is Sebastian Rahtz. This manual page was derived from the LaTeX manual page. It is provided for the Debian distribution by Marcus Brinkmann. Please send improvements, suggestion and other comments to brinkmd@debian.org. Marcus Brinkmann 12 July 1998 JADETEX(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). FILES
$TEXMFMAIN/plain/base/webmac.tex TeX macros used by weave output. SEE ALSO
tangle(1) for references, authors, and other information. Web2C 7.3.1 4 May 1993 WEAVE(1)
Man Page