Ticket #7117 (closed defect: fixed)
[with patch, positive review] latex fix for RIF
| Reported by: | jhpalmieri | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.2 |
| Component: | misc | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | Mike Hansen | |
| Authors: | John Palmieri | Merged in: | sage-4.2.alpha0 |
| Dependencies: | Stopgaps: |
Description
From IRC:
By the way, if I evaluate "jsmath(RIF)" in the notebook, jsMath complains: "Unknown control sequence '\I'". Is there a missing macro definition?
It looks to me as though the _latex_ method for RIF has been defined in terms of '
I' for a long time, and it has not worked since at least Sage 3.4. The attached patch changes it from "
I
R" to "
Bold{I}
Bold{R}".
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


Looks good to me.