Ticket #6902 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[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

trac_6902-log_latex.patch Download (673 bytes) - added by burcin 4 years ago.

Change History

Changed 4 years ago by burcin

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 Download.

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.

comment:4 Changed 4 years ago by mvngu

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Merged in set to Sage 4.1.2.alpha3

comment:5 Changed 4 years ago by mvngu

  • Merged in changed from Sage 4.1.2.alpha3 to Sage 4.1.2.alpha4

There is no 4.1.2.alpha3. Sage 4.1.2.alpha3 was William Stein's release for working on making the notebook a standalone package.

Note: See TracTickets for help on using tickets.