Lines Matching defs:from_dir
364 def build_pdf_file(self, latex_cmd, from_dir, path):
368 cwd=from_dir, check=True, env=self.env)
392 for from_dir, pdf_dir, entry in tex_files:
402 from_dir, entry.path)
403 jobs[future] = (from_dir, pdf_dir, name)
406 from_dir, pdf_dir, name = jobs[future]
409 pdf_from = os.path.join(from_dir, pdf_name)
470 for from_dir in output_dirs:
471 pdf_dir = os.path.join(from_dir, "../pdf")
482 with os.scandir(from_dir) as it:
485 tex_files.append((from_dir, pdf_dir, entry))