Lines Matching full:pdf
42 my $pdf = 1;
97 # detected, we have to disable PDF output.
101 if ($is_optional == 2 && !$pdf) {
363 if ($pdf) {
376 check_program("dvipng", 2) if ($pdf);
398 "graphviz-gd", # Fedora 26: needed for PDF support
423 $pdf = 0;
425 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
426 printf("If you want to build PDF, please read:\n");
440 $pdf = 0;
443 if ($pdf) {
449 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
450 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
451 check_missing_tex(2) if ($pdf);
506 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
507 check_missing_tex(2) if ($pdf);
546 if ($pdf) {
552 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
577 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
579 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;
960 # Extra PDF files - should use 2 for is_optional
961 check_program("xelatex", 2) if ($pdf);
962 check_program("rsvg-convert", 2) if ($pdf);
963 check_program("latexmk", 2) if ($pdf);
1005 } elsif ($arg eq "--no-pdf"){
1006 $pdf = 0;
1010 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
1014 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";