Lines Matching full:pdf
42 my $pdf = 1;
97 # detected, we have to disable PDF output.
101 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);
509 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
510 check_missing_tex(2) if ($pdf);
548 if ($pdf) {
554 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
578 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
580 if ($pdf) {
603 "media-fonts/dejavu", 2) if ($pdf);
605 if ($pdf) {
619 my $cairo = "media-gfx/graphviz cairo pdf";
693 check_missing_tex(2) if ($pdf);
784 # - minimal PDF version;
878 $pdf = 0;
959 # Extra PDF files - should use 2 for is_optional
960 check_program("xelatex", 2) if ($pdf);
961 check_program("rsvg-convert", 2) if ($pdf);
962 check_program("latexmk", 2) if ($pdf);
1004 } elsif ($arg eq "--no-pdf"){
1005 $pdf = 0;
1009 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
1013 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";