--- loncom/xml/londefdef.pm 2000/10/26 14:01:40 1.6 +++ loncom/xml/londefdef.pm 2000/10/30 20:34:25 1.7 @@ -29,7 +29,7 @@ sub BEGIN { # &Apache::lonxml::debug($currentstring); } elsif ($target eq 'tex') { - $currentstring = "\$"; + $currentstring = ""; } return $currentstring; } @@ -38,7 +38,7 @@ sub BEGIN { my $currentstring = ''; if ($target eq 'web') { } elsif ($target eq 'tex') { - $currentstring = "\$"; + $currentstring = ""; } elsif ($target eq 'meta') { } return $currentstring;