Lines Matching refs:from_dir
369 def build_pdf_file(self, latex_cmd, from_dir, path):
373 cwd=from_dir, check=True, env=self.env)
397 for from_dir, pdf_dir, entry in tex_files:
407 from_dir, entry.path)
408 jobs[future] = (from_dir, pdf_dir, name)
411 from_dir, pdf_dir, name = jobs[future]
414 pdf_from = os.path.join(from_dir, pdf_name)
475 for from_dir in output_dirs:
476 pdf_dir = os.path.join(from_dir, "../pdf")
487 with os.scandir(from_dir) as it:
490 tex_files.append((from_dir, pdf_dir, entry))