Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rlatex(1) [debian man page]

rlatex(1)						      General Commands Manual							 rlatex(1)

NAME
rlatex -- Wrapper to run LaTeX/jadeTeX multiple times as needed SYNOPSIS
[env LATEXPRG=latex-binary ] rlatex [latex-document] Description rlatex applies LaTeX or another LaTeX-based macro package (most notably jadetex, pdflatex, or pdfjadetex) to a given document, as many suc- cessive times as needed. It checks the output of a LaTeX pass, and launches a new pass when it notices specific strings which notify that the document's processing has not been finished. Caveats This version is mostly tuned for jadetex, and may cause some problems when using pure LaTeX. This ought to be fixed some day. Copyright Copyright (C) 2001-2003 Alcove & Yann Dirson. This rlatex is licensed under the GNU General Public License, version 2. It is heavily derived from the doc/rlatex script in the LILO source package, which is distributed under a BSD license. The original script does not mention its original author. This documentation is licensed under the GNU Free Documentation License, version 1. Contact us rlatex is part of the sgml2x package, which is part of the AlcoveBook project (link to URL http://www.alcove-labs.org/en/soft- ware/alcovebook/) . Please use the AlcoveBook mailing lists (link to URL https://savannah.gnu.org/mail/?group_id=533) to get in touch with developers and users. The list of bugs and feature requests is available through a Web interface (link to URL https://savannah.gnu.org/support/?group_id=533) . Please use it to submit problems and ideas. See also jadetex(1), pdfjadetex(1), latex(1), pdflatex(1). rlatex(1)

Check Out this Related Man Page

LATEX(1)						      General Commands Manual							  LATEX(1)

NAME
latex, elatex, lambda, pdflatex - structured text formatting and typesetting SYNOPSIS
latex [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. The LaTeX language is described in the book LaTeX - A Document Preparation System. LaTeX is a TeX macro package, not a modification to the TeX source program, so all the capabilities described in tex(1) are present. The LaTeX macros encourage writers to think about the content of their documents, rather than the form. The ideal, very difficult to real- ize, is to have no formatting commands (like ``switch to italic'' or ``skip 2 picas'') in the document at all; instead, everything is done by specific markup instructions: ``emphasize'', ``start a section''. The primary source of documentation for LaTeX is the LaTeX manual referenced below, and the local guide in the file local-guide.tex or local.tex or some such. elatex is the e-TeX extended mode version of LaTeX format. lambda is the Omega version of the LaTeX format. pdflatex is the pdfTeX version of the LaTeX format. On some systems latex209 and slitex are available for compatibility with older versions of LaTeX. These should not be used for new texts. SEE ALSO
amslatex(1), amstex(1), pdflatex(1), pdftex(1), tex(1). Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley, 1985, ISBN 020115790X. Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, and Chris Rowley, LaTeX Companion, Addison-Wesley, 2004, ISBN 0201362996 (2nd edition). LaTeX Graphics Companion, available as part of a boxed set: The LaTeX Companions, Revised Boxed Set : A Complete Guide and Reference for Preparing, Illustrating, and Publishing Technical Documents (2nd Edition), by Frank Mittelbach, Michel Goossens, Sebastian Rahtz, Helmut Kopka, Patrick W. Daly (Addison-Wesley, 2004, ISBN 0321269446). Web2C 2012 14 May 2010 LATEX(1)
Man Page