]>
gitweb.michael.orlitzky.com - sage.d.git/blob - mjo/misc.py
2 Stuff that doesn't fit anywhere else.
10 Return the LaTeX representation of ``obj``, but wrap it in dollar
11 ($) signs so that we can pass it directly to plot() et al. as a
14 return '$%s$' % latex(obj
)