#5555: [with patch, needs review] make some TeX macros available to docstrings
---------------------------+------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.4.1
Component: documentation | Keywords:
---------------------------+------------------------------------------------
Comment(by jhpalmieri):
Ignore my previous remark. This is now ready for review.
To add new macros, edit these lines in conf.py:
{{{
sage_macros = [("ZZ", "sage.rings.all"),
("RR", "sage.rings.all"),
("CC", "sage.rings.all"),
("QQ", "sage.rings.all"),
("QQbar", "sage.rings.all"),
("GF", "sage.rings.all", 17),
]
}}}
The file has comments explaining what to do...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5555#comment:2>
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
-~----------~----~----~----~------~----~------~--~---