Hello,

When I activate the "typeset" option on sagenb.org notebook server and
get a result for this function:

# Complete gamma function

var('xi, t')
assume(xi>0)
integrate(t**(xi-1)*exp(-t), (t,0,oo))

\newcommand{\Bold}[1]{\mathbf{#1}}\gamma\left(\xi\right)

It gives me a nice gamma(xi) view. However I would like to see the
upper case gamma instead of the lower-case one. (i.e., Use \Gamma
rather than \gamma)

Is there a way specify this?

Thanks

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to