Ticket #7942 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

latex(I) should be the string "i" not "I"

Reported by: was Owned by: burcin
Priority: major Milestone: sage-duplicate/invalid/wontfix
Component: symbolics Keywords:
Cc: Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

That is dumb and should be fixed!

sage: latex(I)
I
sage: latex(i)
I

It should output "i" not "I".

Change History

comment:1 Changed 3 years ago by burcin

  • Status changed from new to closed
  • Resolution set to duplicate

This is a duplicate of #6405. Number field elements don't support a separate latex name option, so we have 3 options:

  • Use i for both modes
  • Use I for both modes
  • implement a latex_name option for number field elements.

comment:2 Changed 3 years ago by mvngu

  • Milestone changed from sage-4.3.1 to sage-duplicate/invalid/wontfix
Note: See TracTickets for help on using tickets.