Verzeichnis support/rake4latex
    README
Call_rake4latex offers an easy-use interface to the rake4latex-gem.
rake4latex calls LaTeX as often as needed, including necessary makeindex and bibtex-calls.
rake4latex offers the possibilities of a make-tool.
rake4latex is available at http://gemcutter.org/gems/rake4latex
Call_rake4latex is available in two versions:
Call_rake4latex.rb: 
Ruby-script, needs Ruby, Rake and the rake4latex-gem.
Call_rake4latex.exe:
Windows executable.
Usage: call_rake4latex.rb [options] filename
Call LaTeX as often as needed.
Examples:
call_rake4latex testdocument.pdf
  Create testdocument.pdf via pdflatex
  Starts only if testdocument.tex is newer then testdocument.pdf.
call_rake4latex -e testdocument
  Touch 'testdocument.tex' (set the modification date)
  Create testdocument.pdf via pdflatex
Specific options:
    -e, --enforce                    Enforce an initial TeX-run
    -f, --format FORMAT              Set the format for TeX-run (pdflatex, xelatex, lualatex)
        --dep, --dependecies         Build dependecies (rakefile recommended)
    -i, --ignore, --ignore-error     Allow LaTeX errors
    -s, --statistic                  Show the statistic after TeX-run
    -o, --overview                   Create a log-overview file
    -c, --clean                      Clean after TeX-run (delete auxiliary files)
        --touch FILE                 Touch FILE
        --task TASK                  Define a rake-task
        --task_after TASK            Define a rake-task after the TeX-run
        --maxrun MAXRUN              Maximum MAXRUN TeX calls
    -l, --loglevel LEVEL             Log Level for the logger (1=debug, 2=info(default), 3=warn 4=error)
    -v, --version                    Version
    
   Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (2.1M).
rake4latex – A rake-based tool to compile LaTeX projects
The package provides a tool that compiles LaTeX-documents as often as needed, including makeindex and BibTeX calls.
A simple interface to the rake4latex-gem (Ruby/Rake) is provided, and an exe-file for windows (the exe-file requires no Ruby or Rake).
The gem itself is available at the RubyGems.
| Paket | rake4latex | 
| Version | 0.1.3 | 
| Lizenzen | The LaTeX Project Public License | 
| Betreuer | Knut Lickert | 
| Themen | Übersetzung |