Lines Matching full:pdf
42 my $pdf = 1;
97 # detected, we have to disable PDF output.
101 if ($is_optional == 2 && !$pdf) {
359 if ($pdf) {
372 check_program("dvipng", 2) if ($pdf);
394 "graphviz-gd", # Fedora 26: needed for PDF support
419 $pdf = 0;
421 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
422 printf("If you want to build PDF, please read:\n");
436 $pdf = 0;
439 if ($pdf) {
445 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
446 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
447 check_missing_tex(2) if ($pdf);
502 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
503 check_missing_tex(2) if ($pdf);
542 if ($pdf) {
548 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
573 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
575 if ($pdf) {
599 "media-fonts/dejavu", 2) if ($pdf);
601 if ($pdf) {
615 my $cairo = "media-gfx/graphviz cairo pdf";
689 check_missing_tex(2) if ($pdf);
780 # - minimal PDF version;
874 $pdf = 0;
956 # Extra PDF files - should use 2 for is_optional
957 check_program("xelatex", 2) if ($pdf);
958 check_program("rsvg-convert", 2) if ($pdf);
959 check_program("latexmk", 2) if ($pdf);
1001 } elsif ($arg eq "--no-pdf"){
1002 $pdf = 0;
1006 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
1010 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";