shige 07/11 2002
----------------

> Date: Wed, 10 Jul 2002 20:37:42 +0900 (JST)
> From: Shigeharu TAKENO <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [l2h] Re: l2h and recent netpbm
=====
> *** config/config.pl.ORG       Wed Jul 10 20:16:10 2002
> --- config/config.pl   Wed Jul 10 20:21:22 2002
> ***************
> *** 1274,1281 ****
>   #             $pnmcrop .= ' -sides ';
>                 $newcfg{'PNMCROPOPT'} = ' -sides ';
>             }
> !       }
> !       $pnmcrop .= ' -verbose ' if ($sub_vers > 10);
>         print "\n$pnmcrop";
>         $msg = 'there is nothing to crop'; $stat = '';
>       } else {
> --- 1274,1281 ----
>   #             $pnmcrop .= ' -sides ';
>                 $newcfg{'PNMCROPOPT'} = ' -sides ';
>             }
> !       } else { $newcfg{'PNMCROPOPT'} = ' -sides '; }
> !       $pnmcrop .= ' -verbose ' if ($sub_vers > 10 || $vers >= 10);
>         print "\n$pnmcrop";
>         $msg = 'there is nothing to crop'; $stat = '';
>       } else {
> 

Sorry, the following is better since $sub_vers = '' and it is not 
numeric for Netpbm-10.X: 

*** config/config.pl.ORG        Mon Apr 29 14:15:01 2002
--- config/config.pl    Wed Jul 10 22:33:18 2002
***************
*** 1278,1285 ****
  #             $pnmcrop .= ' -sides ';
                $newcfg{'PNMCROPOPT'} = ' -sides ';
            }
!       }
!       $pnmcrop .= ' -verbose ' if ($sub_vers > 10);
        print "\n$pnmcrop";
        $msg = 'there is nothing to crop'; $stat = '';
      } else {
--- 1278,1285 ----
  #             $pnmcrop .= ' -sides ';
                $newcfg{'PNMCROPOPT'} = ' -sides ';
            }
!       } else { $newcfg{'PNMCROPOPT'} = ' -sides '; }
!       $pnmcrop .= ' -verbose ' if ($vers >= 10 || $sub_vers > 10);
        print "\n$pnmcrop";
        $msg = 'there is nothing to crop'; $stat = '';
      } else {


+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 [EMAIL PROTECTED]   TEL(&FAX): +81-257-22-8161
+========================================================+
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to