#5611: [with spkg; not ready for review] blackboard bold font for jsMath
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.4.2
Component: packages | Keywords:
-------------------------+--------------------------------------------------
Comment(by jhpalmieri):
I may have been wrong about what's needed for blackboard bold: I think I
want the font msbm10, not bbold10. Here are two possible jsmath spkgs:
[http://sage.math.washington.edu/home/palmieri/SPKG/jsmath-3.6b-
bbold10.p0.spkg] (old one: bbold10)
[http://sage.math.washington.edu/home/palmieri/SPKG/jsmath-3.6b-
msbm10.p0.spkg] (new one: msbm10)
After installing the spkg, test it by adding one line to the file
sage/server/notebook/notebook.py:
{{{
diff -r 0a59c5ea9cac -r 9d482703384d sage/server/notebook/notebook.py
--- a/sage/server/notebook/notebook.py Wed Mar 25 09:33:27 2009 -0700
+++ b/sage/server/notebook/notebook.py Wed Mar 25 14:07:43 2009 -0700
@@ -1754,6 +1754,7 @@
jsMath.Extension.Require("verb");
jsMath.Extension.Require("moreArrows");
jsMath.Extension.Require("AMSmath");
+ jsMath.Extension.Require("AMSsymbols");
</script>'''
# import latex macros
}}}
Then in the notebook, try
{{{
%html
$\mathbb{R}$
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5611#comment:7>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---