Opened 13 years ago
Closed 11 years ago
#1475 closed enhancement (duplicate)
[with patch, needs work] notebook -- lprint() -- make an option so lprint is done automatically
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-4.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
[07:23am] ikaruga2099: while make test is running.... do you know how to enable the auto latex output (as per the presentation on the website)? Currently, if I do latex(command), I get back text not a typeset equation... [07:23am] william-doctest-: lprint() [07:24am] ikaruga2099: oh.... is there a way to have that called automatically? [07:26am] william-doctest-: Not *yet*. It's planned. I'll create a trac ticket.
Attachments (1)
Change History (11)
comment:1 Changed 13 years ago by
- Type changed from defect to enhancement
comment:2 Changed 13 years ago by
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
This was merged in a while ago. It is the checkbox at the top in a given worksheet.
comment:5 Changed 13 years ago by
- Resolution fixed deleted
- Status changed from closed to reopened
This is not merged. This is not the checkbox at the top. The idea would be that there would be a user configuration panel with an option so that all worksheets would do latex printing by default.
comment:6 Changed 13 years ago by
- Summary changed from notebook -- lprint() -- make an option so lprint is done automatically to [with patch, needs review] notebook -- lprint() -- make an option so lprint is done automatically
Relies on #3937
comment:7 Changed 12 years ago by
- Summary changed from [with patch, needs review] notebook -- lprint() -- make an option so lprint is done automatically to [with patch, needs work] notebook -- lprint() -- make an option so lprint is done automatically
comment:8 Changed 12 years ago by
- Summary changed from [with patch, needs work] notebook -- lprint() -- make an option so lprint is done automatically to [with patch, needs review] notebook -- lprint() -- make an option so lprint is done automatically
Depends on #4135. Don't apply extcode-1475_1.patch
Changed 12 years ago by
comment:9 Changed 12 years ago by
- Summary changed from [with patch, needs review] notebook -- lprint() -- make an option so lprint is done automatically to [with patch, needs work] notebook -- lprint() -- make an option so lprint is done automatically
I've attached a patch which is all of the previous ones folded together. This code doesn't actually work; it creates the option, but setting it to True doesn't actually cause the output in the notebook to be typeset by default.
Also, please don't say that this depends on #4135 as it does not.
Using Mercurial queues would allow you to make single patches as opposed to multiple little ones and would allow you to see what actually depends on what.
comment:10 Changed 11 years ago by
- Resolution set to duplicate
- Status changed from needs_work to closed
Jason Grout implemented the same thing in the meantime, I think.
Please do not randomly close tickets (even if they have been fixed) without either checking with William or the release manager in IRC. Instead mark the subject as "[probably fixed]" instead.
Cheers,
Michael