Hi David,
`\t` is a special character used for a tab. To get it to show properly
you need to 'escape' the first `\` (with another `\`). This should
give you the required behaviour:
```
show("$\\theta$")
```
You don't have this problem with `show("$\Theta$")` because `\T` is
not a special character.
Hope that help,
Vince
On 28 June 2015 at 06:20, David Ingerman <[email protected]> wrote:
>
> Why does show("$\Theta$") display the capital Greek letter,
> but show("$\theta$") gives "heta"?
> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
--
Dr Vincent Knight
Cardiff School of Mathematics
Senghennydd Road,
Cardiff
CF24 4AG
(+44) 29 2087 5548
www.vincent-knight.com
+Vincent Knight
@drvinceknight
Skype: drvinceknight
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.