##// END OF EJS Templates
use `$.text` to put latex on the page...
Min RK -
r22735:e2ba4d66 3.x
parent child Browse files
Show More
@@ -754,7 +754,7 b' define(['
754 */
754 */
755 var type = 'text/latex';
755 var type = 'text/latex';
756 var toinsert = this.create_output_subarea(md, "output_latex", type);
756 var toinsert = this.create_output_subarea(md, "output_latex", type);
757 toinsert.append(latex);
757 toinsert.text(latex);
758 element.append(toinsert);
758 element.append(toinsert);
759 return toinsert;
759 return toinsert;
760 };
760 };
General Comments 0
You need to be logged in to leave comments. Login now