Lines Matching full:pdf
370 """Builds a single pdf file using latex_cmd"""
380 """Build PDF files in parallel if possible"""
387 # LaTeX PDF error code is almost useless for us:
390 # Ignore build errors. At the end, check if all PDF files were built,
413 pdf_name = name + ".pdf"
426 # if verbose, get the name of built PDF file
450 Extra steps for PDF output.
452 As PDF is handled via a LaTeX output, after building the .tex file,
453 a new build is needed to create the PDF output from the latex
476 pdf_dir = os.path.join(from_dir, "../pdf")
552 sys.exit("Error: not all PDF files were created.")
562 sys.exit(f"Error: Can't build {n_failures} PDF file(s): {failures}")
680 sys.exit("Error: pdflatex or latexmk required for PDF generation")
780 # Step 2: Some targets (PDF and info) require an extra step once
838 - PDFLATEX: LaTeX PDF engine. (default: "xelatex")
866 help="Paper size for LaTeX/PDF output")
869 help="Configuration to deny variable fonts on pdf builds")