Lines Matching full:pdf

35 my $rec_version = "1.7.9";	# PDF won't build here
36 my $min_pdf_version = "2.4.4"; # Min version where pdf builds
43 my $pdf = 1;
98 # detected, we have to disable PDF output.
102 if ($is_optional == 2 && !$pdf) {
375 if ($pdf) {
388 check_program("dvipng", 2) if ($pdf);
410 "graphviz-gd", # Fedora 26: needed for PDF support
434 $pdf = 0;
436 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
437 printf("If you want to build PDF, please read:\n");
448 $pdf = 0;
451 if ($pdf) {
456 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
457 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
458 check_missing_tex(2) if ($pdf);
513 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
514 check_missing_tex(2) if ($pdf);
553 if ($pdf) {
559 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
584 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
586 if ($pdf) {
610 "media-fonts/dejavu", 2) if ($pdf);
612 if ($pdf) {
626 my $cairo = "media-gfx/graphviz cairo pdf";
700 check_missing_tex(2) if ($pdf);
791 # - minimal PDF version;
801 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
852 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
892 $pdf = 0;
975 # Extra PDF files - should use 2 for is_optional
976 check_program("xelatex", 2) if ($pdf);
977 check_program("rsvg-convert", 2) if ($pdf);
978 check_program("latexmk", 2) if ($pdf);
1020 } elsif ($arg eq "--no-pdf"){
1021 $pdf = 0;
1025 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
1029 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";