Ticket #6902 (closed defect: fixed)
[with patch, positive review] log(x) is typeset as \ln x
| Reported by: | burcin | Owned by: | burcin |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.2 |
| Component: | symbolics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | Karl-Dieter Crisman | |
| Authors: | Burcin Erocal | Merged in: | Sage 4.1.2.alpha4 |
| Dependencies: | Stopgaps: |
Description
sage: log(x) log(x) sage: latex(log(x)) \ln\left(x\right)
We should switch back to \log. See this thread:
http://groups.google.com/group/sage-devel/browse_thread/thread/dc6530a2071bd6db
Attachments
Change History
comment:1 Changed 4 years ago by burcin
- Owner set to burcin
- Status changed from new to assigned
- Summary changed from log(x) is typeset as \ln x to [with patch, waiting for new pynac] log(x) is typeset as \ln x
- Authors set to Burcin Erocal
This is fixed in my pynac tree. Doctest for Sage is in attachment:trac_6902-log_latex.patch.
I will post a new pynac spkg and review instructions soon.
comment:2 Changed 4 years ago by burcin
- Summary changed from [with patch, waiting for new pynac] log(x) is typeset as \ln x to [with patch, needs review] log(x) is typeset as \ln x
New pynac package available at #6993.
comment:3 Changed 4 years ago by kcrisman
- Reviewers set to Karl-Dieter Crisman
- Summary changed from [with patch, needs review] log(x) is typeset as \ln x to [with patch, positive review] log(x) is typeset as \ln x
This works. Pending of course review of new Pynac as a whole.
Note: See
TracTickets for help on using
tickets.

