Diff for /loncom/xml/lontexconvert.pm between versions 1.12 and 1.14

version 1.12, 2002/10/28 20:40:25 version 1.14, 2003/02/03 18:03:53
Line 37 Line 37
 # to any other parties under any circumstances.  # to any other parties under any circumstances.
 #  #
 # 05/29/00,05/30,10/11,10/20 Gerd Kortemeyer  # 05/29/00,05/30,10/11,10/20 Gerd Kortemeyer
 # 05/03/2001 Scott Harrison  
 # 5/4 Gerd Kortemeyer  # 5/4 Gerd Kortemeyer
   
 package Apache::lontexconvert;  package Apache::lontexconvert;
Line 55  sub header { Line 54  sub header {
   my $time=time;    my $time=time;
   if ($ENV{'browser.mathml'}) {    if ($ENV{'browser.mathml'}) {
       &tth::ttminit();        &tth::ttminit();
         if ($ENV{'browser.unicode'}) {
     &tth::ttmoptions('-L -u1');
         } else {
     &tth::ttmoptions('-L -u0');
         }
   } else {    } else {
       &tth::tthinit();        &tth::tthinit();
         if ($ENV{'browser.unicode'}) {
     &tth::tthoptions('-L -u1');
         } else {
     &tth::tthoptions('-L -u0');
         }
   }    }
   return &Apache::lonxml::xmlbegin().    return &Apache::lonxml::xmlbegin().
          &Apache::lonxml::fontsettings().           &Apache::lonxml::fontsettings().

Removed from v.1.12  
changed lines
  Added in v.1.14


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