#4804: add latex output for ceiling, floor, and derivative functions
----------------------+-----------------------------------------------------
Reporter: was | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.2
Component: calculus | Keywords:
----------------------+-----------------------------------------------------
This could look better:
{{{
sage: latex(ceil(x) + floor(x) + derivative(floor(x)))
{{d}\over{d\,x}}\,\left \lfloor x \right \rfloor + \text{floor} \left( x
\right) + \text{ceil} \left( x \right)
}}}
Notice that floor and ceil do not have special latex support except
strangely inside the derivative. Also, the derivative would be better
written as a partial derivative, since that's what it is in Sage in
general.
Also, this guy wrote to sage-support 3 or 4 times about this and was
ignored:
{{{
Dear all,
I tried to reply my questions below to an existing thread (notation
for derivatives) but for some reason it didn't work. So I opened this
new one.
I use the derivative function and want to get an output in latex
style. At the moment the output looks quite good but imho it would be
nicer if it uses the "\partial" latex command. It is possible to
implement this? Further I use the floor and ceil functions. Would it
be possible to implement a latex output for these functions too?
Thanks,
Andreas
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4804>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---