Opened 11 years ago
Closed 11 years ago
#12717 closed defect (fixed)
Add \NN to standard latex constant, fixes a few glitches in LaTeX/HTML output
Reported by: | hivert | Owned by: | hivert |
---|---|---|---|
Priority: | major | Milestone: | sage-5.0 |
Component: | documentation | Keywords: | latex html |
Cc: | Merged in: | sage-5.0.beta14 | |
Authors: | Florent Hivert | Reviewers: | Nicolas M. Thiéry |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The patch
- add
\NN
for Natural or Non Negative Integer to standard latex constants - add
sage/misc/html.py
to the documentation and fixes a few wrong ReST markup in it - improve the LaTeX printing of builtin constants.
- fixes a few broken links in
sage/misc/html.py
andsage/misc/latex.py
Apply : trac_12717-latex_builtin_constants-fh.patch
Florent
Attachments (1)
Change History (21)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | new → needs_review |
comment:2 follow-up: 3 Changed 11 years ago by
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
Also the patch you uploaded is directly out of an hg server and was not properly exported. Is it a problem for Jeroen ?
Florent
comment:5 Changed 11 years ago by
It's probably better if it were exported. I would wait to get this reviewed and then worry about it if you're still not able to upload the patch to this ticket.
comment:6 Changed 11 years ago by
For the record, I went through the patch, and it looks good. But I haven't double checked the code changes to the html class, nor recompiled the documentation or run the tests.
comment:8 Changed 11 years ago by
Replying to jdemeyer:
Why cannot you upload the patch???
No Idea ! I tried to upload some other patch without problem but on this one the trac server seems to hang. It happens with Firefox, Opera and Konqueror. So this shouldn't be a problem related to the browser.
Florent
comment:9 follow-up: 10 Changed 11 years ago by
Status: | needs_review → needs_work |
---|
It's not a proper HG exported patch, that's probably why Trac refuses it. Create your patch with hg export
and try uploading it again.
comment:10 follow-up: 12 Changed 11 years ago by
Status: | needs_work → needs_review |
---|
Replying to jdemeyer:
It's not a proper HG exported patch, that's probably why Trac refuses it. Create your patch with
hg export
and try uploading it again.
No this is not the problem: as I said on sage-devel the exported patch is at
I can't manage to get it on trac.
comment:11 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:12 follow-up: 14 Changed 11 years ago by
Status: | needs_review → needs_work |
---|
Replying to hivert:
I can't manage to get it on trac.
There is something wrong with that file. Try to figure out what.
Changed 11 years ago by
Attachment: | trac_12717-latex_builtin_constants-fh.patch added |
---|
comment:13 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | needs_work → needs_review |
comment:14 Changed 11 years ago by
Replying to jdemeyer:
There is something wrong with that file. Try to figure out what.
For some reason trac just accepted the exact same file... Whatever !!!
comment:15 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:16 Changed 11 years ago by
Reviewers: | → Nicolas M. Thiéry |
---|---|
Status: | needs_review → positive_review |
comment:17 Changed 11 years ago by
Summary: | Add \NN to standard latex constant, fixes a few glitches in LaTeX/HTML outpu → Add \NN to standard latex constant, fixes a few glitches in LaTeX/HTML output |
---|
comment:18 follow-up: 19 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:19 Changed 11 years ago by
Replying to jdemeyer:
Thanks for the fix. Concerning the title, it was cut automatically by trac (or so it seems to me). Did something change on trac's config ?
comment:20 Changed 11 years ago by
Merged in: | → sage-5.0.beta14 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Should I delete the 12697 patch?