On Tue, Nov 25, 2008 at 3:44 PM, Scott <[EMAIL PROTECTED]> wrote:
>
> How can i create one symbol such that the pprint and/or latex output
> will be merged special characters?
>
> What is the X such that:
>
> x= symbol('X')
> pprint(x) produce standard output equivilent that looks like$ \delta
> \theta_1 $ in tex
>
> aka the variation of theta subscript 1

Do you mean this:

In [3]: Symbol("delta_1")
Out[3]: δ₁


Or do you want to get something else?

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to