Lines Matching full:pdf
33 my $rec_version = "1.7.9"; # PDF won't build here
34 my $min_pdf_version = "2.4.4"; # Min version where pdf builds
40 my $pdf = 1;
95 # detected, we have to disable PDF output.
99 if ($is_optional == 2 && !$pdf) {
373 if ($pdf) {
386 check_program("dvipng", 2) if ($pdf);
407 "graphviz-gd", # Fedora 26: needed for PDF support
431 $pdf = 0;
433 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
434 printf("If you want to build PDF, please read:\n");
445 $pdf = 0;
448 if ($pdf) {
453 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
454 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
455 check_missing_tex(2) if ($pdf);
508 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
509 check_missing_tex(2) if ($pdf);
547 if ($pdf) {
553 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
577 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
579 if ($pdf) {
602 "media-fonts/dejavu", 2) if ($pdf);
604 if ($pdf) {
617 my $cairo = "media-gfx/graphviz cairo pdf";
691 check_missing_tex(2) if ($pdf);
765 # Extra PDF files - should use 2 for is_optional
766 check_program("xelatex", 2) if ($pdf);
767 check_program("rsvg-convert", 2) if ($pdf);
768 check_program("latexmk", 2) if ($pdf);
800 print " If you want pdf, you need at least $min_pdf_version.\n";
803 …print "Note: It is recommended at least Sphinx version $min_pdf_version if you need PDF support.\n…
874 } elsif ($arg eq "--no-pdf"){
875 $pdf = 0;
879 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
883 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";