Ticket #5700 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

[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

5700.patch Download (2.8 KB) - added by jhpalmieri 4 years ago.

Change History

Changed 4 years ago by jhpalmieri

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.

comment:3 Changed 4 years ago by jhpalmieri

  • Summary changed from [with patch, needs review] 3.4.1.rc1: reference manual fixes to [with patch, do not review] 3.4.1.rc1: reference manual fixes

Ignore this ticket; work on #5555 instead.

comment:4 Changed 4 years ago by jhpalmieri

  • Status changed from new to closed
  • Resolution set to wontfix

As mentioned above, this ticket will be superseded by #5555, so this ticket should not be fixed. After discussing it with mabshoff on irc, we decided to close this one.

Note: See TracTickets for help on using tickets.