AutoLaTeX

A tool for managing small to large sized LaTeX projects
Download

AutoLaTeX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Stephane GALLAND
  • Publisher web site:
  • http://www.arakhne.org/spip.php?rubrique10

AutoLaTeX Tags


AutoLaTeX Description

A tool for managing small to large sized LaTeX projects AutoLaTeX project is a tool for managing small to large sized LaTeX projects. The typical AutoLaTeX input file is simply a series of variable definitions in a Makefile for the project. This Makefile was automatically generated by a provided Perl script.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 translation rules 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, 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.texThe 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 the command line:autolatex -f mydoc.texNote that the Makefile file is automaticaly generated into the current directory. For larger projects which may need to run programs to export drawings to Postscript files for inclusion or run BibTeX to generate bibliographies, the generation of .pdf (or other) files becomes increasingly complicated to run manually. With AutoLaTeX, such operations are still very simple: you have nothing to do.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. What's New in This Release: · A warning is displayed by the default Makefile when it tries to display the list of the auto-generated pictures when the "auto-generation" flag is set to false.


AutoLaTeX Related Software