iucar / rpms / root

Forked from rpms/root 3 years ago
Clone
86f1cc8
diff -ur root-5.34.05.orig/tutorials/graphics/tmathtext.C root-5.34.05/tutorials/graphics/tmathtext.C
86f1cc8
--- root-5.34.05.orig/tutorials/graphics/tmathtext.C	2013-02-14 23:27:35.000000000 +0100
86f1cc8
+++ root-5.34.05/tutorials/graphics/tmathtext.C	2013-03-01 19:00:01.437565765 +0100
86f1cc8
@@ -17,11 +17,11 @@
86f1cc8
    l.DrawMathText(0.27, 0.110, "\\mathbb{N} \\subset \\mathbb{R}");
86f1cc8
    l.DrawMathText(0.63, 0.100, "\\hbox{RHIC スピン物理 Нью-Йорк}");
86f1cc8
 
86f1cc8
-   c1->Print("c1.gif");
86f1cc8
-   c1->Print("c1.jpg");
86f1cc8
-   c1->Print("c1.png");
86f1cc8
-   c1->Print("c1.ps");
86f1cc8
-   c1->Print("c1.eps");
86f1cc8
+   //   c1->Print("c1.gif");
86f1cc8
+   //   c1->Print("c1.jpg");
86f1cc8
+   //   c1->Print("c1.png");
86f1cc8
+   //   c1->Print("c1.ps");
86f1cc8
+   //   c1->Print("c1.eps");
86f1cc8
    
86f1cc8
    return c1;
86f1cc8
 }