Diff for /loncom/xml/londefdef.pm between versions 1.317 and 1.318

version 1.317, 2006/01/27 23:56:55 version 1.318, 2006/02/04 22:11:42
Line 3179  sub start_pre { Line 3179  sub start_pre {
  $currentstring .= $token->[4];   $currentstring .= $token->[4];
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  $currentstring .= '\begin{verbatim}';   $currentstring .= '\begin{verbatim}';
    &Apache::lonxml::disable_LaTeX_substitutions;
     }       } 
     return $currentstring;      return $currentstring;
 }  }
Line 3190  sub end_pre { Line 3191  sub end_pre {
  $currentstring .= $token->[2];   $currentstring .= $token->[2];
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  $currentstring .= '\end{verbatim}';   $currentstring .= '\end{verbatim}';
    &Apache::lonxml::enable_LaTeX_substitutions;
     }      }
     return $currentstring;      return $currentstring;
 }  }

Removed from v.1.317  
changed lines
  Added in v.1.318


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