#3009 closed defect (fixed)
[with patch, positive review] remove spaces after continuation characters "\"
Reported by: | mabshoff | Owned by: | jwmerrill |
---|---|---|---|
Priority: | major | Milestone: | sage-3.1.2 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
John H Palmieri reports:
In the section of the tutorial on 3d plotting,
the continuation characters "\" all have spaces after them, which messes up cutting and pasting. Also in the section on Maxima,
two of the backslashes have spaces after them (in the Mobius strip and the Klein bottle examples).
The same thing happens half a dozen times in "SAGE Constructions".
I've only searched the tutorial and the constructions documentation for this issue (by searching the files "tut.tex" and "const.tex"); I haven't looked at the rest of the documentation.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | 3009_docstrings.patch added |
---|
Changed 14 years ago by
Attachment: | 3009_tex.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from tba to jwmerrill |
---|---|
Summary: | remove spaces after continuation characters "\" → [with patch, needs review] remove spaces after continuation characters "\" |
comment:2 Changed 14 years ago by
Summary: | [with patch, needs review] remove spaces after continuation characters "\" → [with patch, positive review] remove spaces after continuation characters "\" |
---|
Patches look good to me. Positive review.
Cheers,
Michael
comment:4 Changed 14 years ago by
Milestone: | sage-3.1.3 → sage-3.1.2 |
---|
Note: See
TracTickets for help on using
tickets.
I did a regex search on all the tex documentation and all the docstrings for the pattern "
[\ ]+$" and replaced all the appropriate matches (filtered by eye). The changes are separated into patches for the docstrings and patches for the tex documentation. If this is accepted, both patches should be applied.