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) {
374 if ($pdf) {
387 check_program("dvipng", 2) if ($pdf);
408 "graphviz-gd", # Fedora 26: needed for PDF support
432 $pdf = 0;
434 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
435 printf("If you want to build PDF, please read:\n");
446 $pdf = 0;
449 if ($pdf) {
454 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
455 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
456 check_missing_tex(2) if ($pdf);
510 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
511 check_missing_tex(2) if ($pdf);
549 if ($pdf) {
555 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
579 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
581 if ($pdf) {
604 "media-fonts/dejavu", 2) if ($pdf);
606 if ($pdf) {
620 my $cairo = "media-gfx/graphviz cairo pdf";
694 check_missing_tex(2) if ($pdf);
785 # - minimal PDF version;
795 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
846 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
886 $pdf = 0;
967 # Extra PDF files - should use 2 for is_optional
968 check_program("xelatex", 2) if ($pdf);
969 check_program("rsvg-convert", 2) if ($pdf);
970 check_program("latexmk", 2) if ($pdf);
1012 } elsif ($arg eq "--no-pdf"){
1013 $pdf = 0;
1017 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
1021 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";