Ticket #5700 (closed defect: wontfix)
[with patch, do not review] 3.4.1.rc1: reference manual fixes
| Reported by: | jhpalmieri | Owned by: | jhpalmieri |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-3.4.1 |
| Component: | documentation | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Since #5555 is not part of Sage, strings like \ZZ, \GF{q}, or \QQ in docstrings lead to errors when processing the PDF version of the reference manual (and lead to strings like \ZZ, etc., appearing as is in the html version). This patch changes \ZZ to \mathbf{Z}, etc.
Attachments
Change History
comment:1 Changed 4 years ago by mabshoff
Does this patch conflict in any way with #5555 or can that patch then be applied later over this one?
Cheers,
Michael
comment:2 Changed 4 years ago by jhpalmieri
I intended this one as a stopgap -- use it until #5555 is applied (although the code here will work fine whether #5555 is applied or not -- the two are independent).
If #5555 gets into Sage first, then this ticket can be ignored.
Also, #5610 will need to undo the changes in this ticket: part 2 of the patch there contains lots of changes of the sort \mathbf{Z} --> \ZZ, to allow users to choose which style of bold face they want.

