AutoLaTeX: how to automatize LaTeX compilation

AutoLaTeX is a tool for managing small to large sized LaTeX documents. The user can easily perform all required steps to do such tasks as: preview the document, or produce a PDF file. AutoLaTeX will keep track of files that have changed and how to run the various programs that are needed to produce the output. One of the best feature of AutoLaTeX is to provide translator rules (aka. translators) to automatically generate the figures which will be included into the PDF.

As a quick example, consider a project which has a single LaTeX file, code>mydoc.tex, as its input. To produce a PDF file you might use the following sequence of commands:

$> pdflatex mydoc.tex
$> bibtex mydoc.tex
$> pdflatex mydoc.tex
$> pdflatex mydoc.tex
$> pdflatex mydoc.tex

TThe triple invocation of LaTeX is to ensure that all references have been properly resolved and any page layout changes due to inserting the references have been accounted for. The sequence of commands isn't horrible, but it still is several commands. To use AutoLaTeX for this project, you would use one of the following the command lines:

$> autolatex -f mydoc.tex

For documents, which may need to run programs to create the PDF versions of the drawings, which are included into the PDF document, or run BibTeX to generate bibliographies, the generation of the .pdf (or other) files becomes increasingly complicated to run manually. With AutoLaTeX, such operations are still very simple: you have nothing to do. AutoLaTeX is calling the translators for you. Each translator is able to convert an picture source file (eps, svg, GNU plot...) into a PDF or PNG file.

Hopefully this introduction has provided an adequate example for how AutoLaTeX can simplify the management of LaTeX-based documents. The AutoLaTeX system is simple enough for small projects and powerful enough for large projects. The remainder of this manual will provide complete documentation on the use of AutoLaTeX as well as configuration and installation instructions.

AutoLaTeX is provided in several packages:

  • autolatex: an empty package that depends on all the other packages;
  • autolatex-core: the AutoLaTeX core implementation;
  • autolatex-gtk: GTK interface to configure AutoLaTeX;
  • autolatex-astah: Astah/Jude (.asta, .jude, .juth) converter based on the Astah editor (Professional, UML, or Community editions)
  • autolatex-dia: Dia (.dia) converter;
  • autolatex-sty: LaTeX style which is providing usefull macros;
  • autolatex-gnuplot: GNU Plot (.plot) converter;
  • autolatex-grapviz: Graphviz Dot (.dot) and GXL (.gxl) converter;
  • autolatex-gz: Compressed file (.gz) to uncompressed file converter;
  • autolatex-libreoffice: Libre/Open Office Draw (.odg) converter;
  • autolatex-svg-inkscape: SVG converter based on Inkscape;
  • autolatex-texify: Source code (Java, Python...) converter based on TeXify;
  • autolatex-xfig: (X/Trans)fig (.fig) converter;
  • autolatex-xmi-umbrello: UML (.xmi) converter based on Umbrello;

AuthorStéphane GALLAND
Licenses
Operating SystemsOS Independent
ImplementationLaTeX®
CTAN projectautolatex

RssRecent releases

PackageStable VersionDevelopment Version
autolatex16.0

No-screenshot

Project Spotlight

TeX-UPmethodology

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

No-screenshot

Project Spotlight

NetEditor

A library to define Visual Language based on graphs, and to create associated editors.