--- loncom/interface/lonprintout.pm 2005/11/05 18:42:11 1.398 +++ loncom/interface/lonprintout.pm 2005/11/15 12:37:11 1.399 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.398 2005/11/05 18:42:11 albertel Exp $ +# $Id: lonprintout.pm,v 1.399 2005/11/15 12:37:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -433,6 +433,7 @@ sub character_chart { $result =~ s/&(\#252|uuml);/\\\"{u}/g; $result =~ s/&(\#253|yacute);/\\\'{y}/g; $result =~ s/&(\#255|yuml);/\\\"{y}/g; + $result =~ s/&\#295;/\\ensuremath\{\\hbar\}/g; $result =~ s/&\#952;/\\ensuremath\{\\theta\}/g; #Greek Alphabet $result =~ s/&(alpha|\#945);/\\ensuremath\{\\alpha\}/g;