Ticket #2267 (closed defect: fixed)
[with patch, positive review] Sage 2.10.2: fix latex errors when generating the documentation
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.10.2 |
| Component: | documentation | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
As a last step after merging all the patches we need to regenerate the documentation. That does involve fixing a bunch of LaTeX errors from the docstrings.
Cheers,
Michael
Attachments
Change History
comment:1 Changed 5 years ago by mabshoff
- Owner changed from was to mabshoff
- Priority changed from major to blocker
- Status changed from new to assigned
- Component changed from algebraic geometry to documentation
- Milestone set to sage-2.10.2
comment:2 follow-up: ↓ 4 Changed 5 years ago by malb
$hnf(transpose(A))^(-1)*A$ that looks wrong and probably should be: $hnf(transpose(A))^{-1} * A$
comment:3 Changed 5 years ago by was
- Summary changed from [with patch, needs review] Sage 2.10.2: fix latex errors when generating the documentation to [with patch, positive review] Sage 2.10.2: fix latex errors when generating the documentation
comment:4 in reply to: ↑ 2 Changed 5 years ago by mabshoff
Replying to malb:
$hnf(transpose(A))^(-1)*A$ that looks wrong and probably should be: $hnf(transpose(A))^{-1} * A$
Are you sure that makes a difference? I think in math mode all spaces will be eaten by the TeX parser anyway.
Cheers,
Michael
comment:5 Changed 5 years ago by mabshoff
- Status changed from assigned to closed
- Resolution set to fixed
Merged in Sage 2.10.2.final
Note: See
TracTickets for help on using
tickets.

