shige 03/03 2020 ---------------- I wrote at 2020-02-25: | I send some patches at 2019-12-29 and 2020-02-17, but I made some | mistakes. Also I found a new patch.
I found one mistake again. 5) typo | 5) TeXLive may have Ghostscript in /texlive/YYYY/tlpkg/tlgs, but | search target file "gs_init.ps" may not be in it. | | ----- from here ----- | --- config/config.pl.ORG 2019-12-29 21:03:30.834019000 +0900 | +++ config/config.pl 2019-12-29 21:09:43.430880000 +0900 | @@ -1266,10 +1266,16 @@ | my @right_paths = (); | my $gs_lib = 0; | my $gs_fonts = 0; | + # 2017-04-11 shige: 2-24) | + my $gs_stand_ps; | Gslibpaths: foreach $path (@try_path) { | foreach('',"$dd$gs_version","${dd}gs$gs_version") { | my $testpath = $path . $_; | - if(!$gs_lib && -d $testpath && -s "$testpath${dd}gs_init.ps") { | + # if(!$gs_lib && -d $testpath && -s "$testpath${dd}gs_init.ps") { | + # 2017-04-11, 2019-12-03 shige: 2-24) | + if ($testpath =~ /tlgs/) { $gs_stand_ps = "landscape.ps"; } | + else { $gs_stand_ps = "gs_init_ps"; } The name "gs_init_ps" should be "gs_init.ps". +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(&FAX): +81-257-22-8161 +========================================================+ _______________________________________________ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html