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 E{*}PATH variable name to a function that will return all of the E{*}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 3a41ed6b288c...
  TexGraphics = ['.eps', '.ps']
  LatexGraphics = ['.png', '.jpg', '.gif', '.tif']
  __package__ = 'SCons.Scanner'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/LaTeX.py 3a41ed6b288cee8d085373ad7fa02894e19\
03864 2019-01-23 17:30:35 bdeegan'