Lines Matching full:pdf
373 """Builds a single pdf file using latex_cmd"""
383 """Build PDF files in parallel if possible"""
390 # LaTeX PDF error code is almost useless for us:
393 # Ignore build errors. At the end, check if all PDF files were built,
416 pdf_name = name + ".pdf"
429 # if verbose, get the name of built PDF file
453 Extra steps for PDF output.
455 As PDF is handled via a LaTeX output, after building the .tex file,
456 a new build is needed to create the PDF output from the latex
479 pdf_dir = os.path.join(from_dir, "../pdf")
555 sys.exit("Error: not all PDF files were created.")
565 sys.exit(f"Error: Can't build {n_failures} PDF file(s): {failures}")
681 sys.exit("Error: pdflatex or latexmk required for PDF generation")
781 # Step 2: Some targets (PDF and info) require an extra step once
828 help="Paper size for LaTeX/PDF output")
831 help="Configuration to deny variable fonts on pdf builds")