Newsgroups: fj.comp.texhax
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!etlnews.etl.go.jp!etlinn.etl.go.jp!etl.go.jp!trc.rwcp!rwc-tyo!news.iij.ad.jp!ffilmgw!emk!emk!kawada
From: kawada@den.fujifilm.co.jp (Yukihiro KAWADA)
Subject: Re: LaTeX2html with dvi2ps and epsf.sty.
In-Reply-To: uchiyama@bacchus.in.kobe-u.ac.jp's message of 23 Jan 1996
 11:00:29 JST
Content-Type: text/plain; charset=ISO-2022-JP
Message-ID: <KAWADA.96Jan23122440@emk.den.fujifilm.co.jp>
Sender: news@den.fujifilm.co.jp (den-news-gw)
Nntp-Posting-Host: emk
Organization: FUJI PHOTO FILM Co.,Ltd. Asaka Saitama, JAPAN.
References: <DLDL17.BAJ@yy.cs.keio.ac.jp>
 <UCHIYAMA.96Jan19102626@in5at3.bacchus.in.kobe-u.ac.jp>
 <KAWADA.96Jan22101215@emk.den.fujifilm.co.jp>
 <UCHIYAMA.96Jan23110029@in5at3.bacchus.in.kobe-u.ac.jp>
Mime-Version: 1.0
Date: Tue, 23 Jan 1996 03:24:40 GMT
Lines: 124
Xref: galaxy.trc.rwcp.or.jp fj.comp.texhax:7315
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.comp.texhax&nb=7315&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B2OED!wIY;N%U%$%k%`$G$9!#(B

 > $BFb;3!w?@8MBg$G$9(B.

$B$3$s$K$A$O!#(B

 > :
 >    $B;d$O!"(Bjdvi2kps $B$r$=$N$^$^;H$C$F$^$9$,(B...?
 > 
 > jlatex2html $B$G(B jdvi2kps $B$r$=$N$^$^;H$o$l$F$$$k$N$G$7$?$i(B, $B=$@52U=j$r65(B
 > $B$($F$$$?$@$1$^$;$s$+(B. jlatex2html.config $B$N(B

$B$9$$$^$;$s(B...$B$b$&%&%m3P$($G(B ^^;

$BB?J,!";d$O(B latex2html-0.6.4/latex2html $B$r$=$N$^$^;H$C$F$^$9!#(B
$B$"$H$O!"(BMakefile $B$GE,Ev$K=hM}$5$;$F$$$^$9!#(B

$B8f;29M$^$G$K!"(Bpatch $B$rIU$1$5$;$FD:$-$^$7$?!#(B
$B$h$m$7$/$*4j$$$7$^$9!#(B

 ----------------------------------------NON-BREWED-CONDIMENT---
  $B2OED(B   $B9,Gn(B      $BIY;N<L??%U%$%k%`(B($B3t(B)  $BEE;R1GA|;v6HK\It(B $B@_7WIt(B
  Kawada Yukihiro  kawada@den.fujifilm.co.jp  (Tel)048-462-6907



*** latex2html-0.6.4/latex2htmlWed Aug 31 02:22:34 1994
--- latex2htmlTue Jan 23 12:14:14 1996
***************
*** 1,4 ****
! #!/usr/local/bin/perl
  
  'di';
  'ig00';
--- 1,4 ----
! #!/usr/local/bin/perl4.032
  
  'di';
  'ig00';
***************
*** 6,12 ****
  require 'getcwd.pl';# Comes with the Perl distribution
  
  # This variable can be set manually or by the installation script;
! $LATEX2HTMLDIR='/usr/cblelca/nikos/scripts/tex2html';
  
  # LaTeX2HTML by Nikos Drakos <nikos@cbl.leeds.ac.uk>
  #
--- 6,12 ----
  require 'getcwd.pl';# Comes with the Perl distribution
  
  # This variable can be set manually or by the installation script;
! $LATEX2HTMLDIR='/usr/local/bin/latex2html';
  
  # LaTeX2HTML by Nikos Drakos <nikos@cbl.leeds.ac.uk>
  #
***************
*** 89,100 ****
  # The $TEXEXPAND, $LATEX, and $DVIPS variables 
  # should be set in $HOME/.latex2html-init
  $TEXEXPAND = 'texexpand';
! $LATEX = 'latex';
! $DVIPS = 'dvips';
  
  $TEX2HTMLVERSION = '0.6.4 (Tues Aug 30 1994)';
! $TEX2HTMLADDRESS = "http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html";
! $AUTHORADDRESS = "http://cbl.leeds.ac.uk/nikos/personal.html";
  
  push(@INC,$ENV{'HOME'});
  
--- 89,100 ----
  # The $TEXEXPAND, $LATEX, and $DVIPS variables 
  # should be set in $HOME/.latex2html-init
  $TEXEXPAND = 'texexpand';
! $LATEX = 'jlatex';
! $DVIPS = 'jdvik2ps';
  
  $TEX2HTMLVERSION = '0.6.4 (Tues Aug 30 1994)';
! $TEX2HTMLADDRESS = "http://www-se/Software/Site-tools/latex2html/latex2html.html";
! $AUTHORADDRESS = "http://www-se/Software/Site-tools/latex2html/personal.html";
  
  push(@INC,$ENV{'HOME'});
  
***************
*** 941,947 ****
  &copy_file($FILE, "aux");
  system("$LATEX $$_images.tex");
  print "\nGenerating postscript images using dvips ...\n";
! system("$DVIPS -M -S 1 -i -o $$_image $$_images.dvi") &&
      print "Error: $!\n";
  open(IMAGE, "echo $$_image* | tr -s ' \t\r\f' '\\012\\012\\012\\012'|");
  while (<IMAGE>) {chop; rename($_, "$_.ps") if /\d\d\d$/};
--- 941,954 ----
  &copy_file($FILE, "aux");
  system("$LATEX $$_images.tex");
  print "\nGenerating postscript images using dvips ...\n";
! #system("$DVIPS -M -S 1 -i -o $$_image $$_images.dvi") &&
!       $ypage = $max_page_num;
!      while($ypage) {
!            $xname = sprintf("%s%.3d", "$$_image", $ypage);
!            system("dviselect -i $$_images.dvi -o $xname.dvi  $ypage");
!            system("$DVIPS $xname.dvi > $xname.ps");
!            --$ypage;
!      }
      print "Error: $!\n";
  open(IMAGE, "echo $$_image* | tr -s ' \t\r\f' '\\012\\012\\012\\012'|");
  while (<IMAGE>) {chop; rename($_, "$_.ps") if /\d\d\d$/};
***************
*** 3647,3653 ****
  To resolve the image conversion problems please consult
  the "Troubleshooting" section of your local User Manual 
  or follow the links to it at
! http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html
  
  _EOM_
  }
--- 3654,3660 ----
  To resolve the image conversion problems please consult
  the "Troubleshooting" section of your local User Manual 
  or follow the links to it at
! http://www-se/Software/Site-tools/latex2html/latex2html.html
  
  _EOM_
  }
