Package SCons :: Package Scanner :: Module LaTeX
[hide private]
[frames] | no frames]

Module LaTeX

source code

SCons.Scanner.LaTeX

This module implements the dependency scanner for LaTeX code.



Classes [hide private]
  _Null
  _null
  FindENVPathDirs
A class to bind a specific *PATH variable name to a function that will return all of the *path directories.
  LaTeX
Class for scanning LaTeX files for included files.
Functions [hide private]
 
modify_env_var(env, var, abspath) source code
 
LaTeXScanner()
Return a prototype Scanner instance for scanning LaTeX source files when built with latex.
source code
 
PDFLaTeXScanner()
Return a prototype Scanner instance for scanning LaTeX source files when built with pdflatex.
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/LaTeX.py 4720 2010/03...
  TexGraphics = ['.eps', '.ps']
  LatexGraphics = ['.pdf', '.png', '.jpg', '.gif', '.tif']
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/LaTeX.py 4720 2010/03/24 03:14:11 jars'