##// END OF EJS Templates
Changes to Math class and added Latex class....
Changes to Math class and added Latex class. * Math now adds $$ if the user doesn't provide them. * Latex is like Math, but doesn't add delimiters.

File last commit:

r2460:e8303d57
r6065:4aa73908
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')