Ticket #2267 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

trac_2267.patch Download (6.7 KB) - added by mabshoff 5 years ago.

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

Changed 5 years ago by mabshoff

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

comment:6 follow-up: ↓ 7 Changed 5 years ago by malb

Yes my comment makes a difference because ^{-1} is different from ^(-1) :-)

comment:7 in reply to: ↑ 6 Changed 5 years ago by mabshoff

Replying to malb:

Yes my comment makes a difference because ^{-1} is different from ^(-1) :-)

D'oh - I will fix it in the sources. Maybe I should get new glasses and sleep more. Thanks malb.

Cheers,

Michael

Note: See TracTickets for help on using tickets.