Index: /trunk/Mars/mastro/MAstroCatalog.cc
===================================================================
--- /trunk/Mars/mastro/MAstroCatalog.cc	(revision 19305)
+++ /trunk/Mars/mastro/MAstroCatalog.cc	(revision 19306)
@@ -756,5 +756,5 @@
     TAxis &y = *h.GetYaxis();
 
-    y.SetTitle("Altitude [\\circ]");
+    y.SetTitle("Altitude [#circ]");
     y.CenterTitle();
 
@@ -1210,6 +1210,6 @@
     TString txt;
     txt += MString::Format("\\alpha=%.2fh ",      fmod(ra/15+48, 24));
-    txt += MString::Format("\\delta=%.1f\\circ ", fmod(dec+270,180)-90);
-    txt += MString::Format("/ FOV=%.1f\\circ",    fRadiusFOV);
+    txt += MString::Format("\\delta=%.1f#circ ", fmod(dec+270,180)-90);
+    txt += MString::Format("/ FOV=%.1f#circ",    fRadiusFOV);
 
     if (!fTime || !fObservatory)
@@ -1225,7 +1225,7 @@
 
     txt.Prepend("#splitline{");
-    txt += MString::Format("  \\theta=%.1f\\circ ", fmod(zd+270,180)-90);
-    txt += MString::Format("\\phi=%.1f\\circ ",     fmod(az+720, 360));
-    txt += MString::Format(" / \\rho=%.1f\\circ",   rho*TMath::RadToDeg());
+    txt += MString::Format("  \\theta=%.1f#circ ", fmod(zd+270,180)-90);
+    txt += MString::Format("\\phi=%.1f#circ ",     fmod(az+720, 360));
+    txt += MString::Format(" / \\rho=%.1f#circ",   rho*TMath::RadToDeg());
     txt += "}{<";
     txt += fTime->GetSqlDateTime();
Index: /trunk/Mars/mhflux/MAlphaFitter.cc
===================================================================
--- /trunk/Mars/mhflux/MAlphaFitter.cc	(revision 19305)
+++ /trunk/Mars/mhflux/MAlphaFitter.cc	(revision 19306)
@@ -497,5 +497,5 @@
     const Int_t    l1 = w<=0 ? 0 : (Int_t)TMath::Ceil(-TMath::Log10(w));
     const Int_t    l2 = m<=0 ? 0 : (Int_t)TMath::Ceil(-TMath::Log10(m));
-    const TString fmt = MString::Format("\\sigma_{L/M}=%%.1f  \\omega=%%.%df\\circ  E=%%d B=%%d  x<%%.%df  \\tilde\\chi_{b}=%%.1f  \\tilde\\chi_{s}=%%.1f  c=%%.1f  f=%%.2f",
+    const TString fmt = MString::Format("\\sigma_{L/M}=%%.1f  \\omega=%%.%df#circ  E=%%d B=%%d  x<%%.%df  \\tilde\\chi_{b}=%%.1f  \\tilde\\chi_{s}=%%.1f  c=%%.1f  f=%%.2f",
                                         l1<1?1:l1+1, l2<1?1:l2+1);
     const TString txt = MString::Format(fmt.Data(), fSignificance, w, (int)fEventsExcess,
