Diff for /loncom/homework/outputtags.pm between versions 1.57 and 1.58

version 1.57, 2010/02/24 12:14:45 version 1.58, 2016/08/09 23:43:42
Line 78  sub substitute_simple_tags_latex { Line 78  sub substitute_simple_tags_latex {
   
     # restore the <>'s:      # restore the <>'s:
   
     $string =~ s/\\ensuremath{<}/</g;      $string =~ s/\\ensuremath\{<}/</g;
     $string =~ s/\\ensuremath{>}/>/g;      $string =~ s/\\ensuremath\{>}/>/g;
   
   
     # Substitute the tags:      # Substitute the tags:

Removed from v.1.57  
changed lines
  Added in v.1.58


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