--- loncom/xml/lonxml.pm 2003/04/03 22:25:49 1.245 +++ loncom/xml/lonxml.pm 2003/04/03 22:34:26 1.246 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.245 2003/04/03 22:25:49 albertel Exp $ +# $Id: lonxml.pm,v 1.246 2003/04/03 22:34:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -475,7 +475,7 @@ sub latex_special_symbols { $current_token=~s/\\ /\\char92 /g; $current_token=~s/\^/\\char94 /g; $current_token=~s/\~/\\char126 /g; - $current_token=~s/(&[^a-z\#])/\\$1/g; + $current_token=~s/(&[^A-Za-z\#])/\\$1/g; $current_token=~s/([^&])\#/$1\\#/g; $current_token=~s/(\$|_|{|})/\\$1/g; $current_token=~s/\\char92 /\\texttt{\\char92}/g;