Package wafadmin :: Package Tools :: Module tex
[hide private]
[frames] | no frames]

Module tex

source code

TeX/LaTeX/PDFLaTeX support

Classes [hide private]
  tex_taskgen
Functions [hide private]
 
scan(self) source code
 
tex_build(task, command='LATEX') source code
 
latex_build(task) source code
 
pdflatex_build(task) source code
 
detect(conf) source code
 
b(name, func, vars=[], color='GREEN', ext_in=[], ext_out=[], before=[], after=[])
return a new Task subclass with the function run compiled from the line given
source code
Variables [hide private]
  re_tex = re.compile(r'\\(?P<type>include|import|bringin){(?P<f...
  g_bibtex_re = re.compile('bibdata', re.M)
  latex_vardeps = ['LATEX', 'LATEXFLAGS']
  pdflatex_vardeps = ['PDFLATEX', 'PDFLATEXFLAGS']
  g_texobjs = ['latex', 'pdflatex']
  cls = b('pdflatex', pdflatex_build, vars= pdflatex_vardeps)
Variables Details [hide private]

re_tex

Value:
re.compile(r'\\(?P<type>include|import|bringin){(?P<file>[^{}]*)}', re\
.M)