Texcaller Shell interface

Synopsis
texcaller SRC_FORMAT DEST_FORMAT MAX_RUNS <SRC >DEST

Example
echo '\documentclass{article}\begin{document}Hello world!\end{document}' >hello.tex
texcaller LaTeX PDF 5 <hello.tex >hello.pdf

Description
The texcaller binary is a simple command line tool around the texcaller_convert() library function.

It is an alternative, simpler command line interface for TeX to be used in shell scripts.

It reads the source document from standard input and writes the result document to standard output. No temporary files are left behind. Information and error messages are reported to standard error. The exit code is 0 on success and 1 on failure.


Generated on Thu Mar 31 22:46:11 2011 for Texcaller by  doxygen 1.5.6