Diff for /doc/help/texxml2latex.pl between versions 1.3 and 1.4

version 1.3, 2002/07/31 14:55:11 version 1.4, 2003/07/01 18:20:52
Line 33  use GDBM_File; Line 33  use GDBM_File;
   
 # accept texxml document on standard in  # accept texxml document on standard in
 my $p = HTML::TokeParser->new( $ARGV[0] );  my $p = HTML::TokeParser->new( $ARGV[0] );
 my $dirprefix = "/home/httpd/html/adm/help/tex/";  my $dirprefix = "../../loncom/html/adm/help/tex/";
   
 # Print the header  # Print the header
 open (LATEX_FILE, $dirprefix . "Latex_Header.tex");  open (LATEX_FILE, $dirprefix . "Latex_Header.tex");

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>