« Previous -
Version 7/21
(diff) -
Next » -
Current version
J. Simmons, 03/10/2015 12:58 pm
Resources¶
Integrating LaTeX and Sage¶
- On Macs
Included Packages¶
- Minted (code formatting in Linux)
- Pint (units for Python)
Packages to Research¶
- Tikz - Programatic graphics
- AstroPy - Python library for astronomical and astrodynamics calculations
IPython¶
Alternate core engine to Sage. Pros: runs on all three platforms, natively renders PDFs the way we like, has a powerful and user friendly GUI for editing. Cons: GUI is a web notebook which requires users to have a local server running, may be missing some features we like from Sage (TBD).
- IPython homepage
- IPython Wiki page
- Web article about optimizing Python code that introduced us to IPython *
Creating/Customizing LaTeX Document Classes¶
Other Interesting Links¶
- ShareLaTeX - Kind of a Google Docs for LaTeX; open source so one could see implementing the MTK features in it and having MTK Online
- ShareLaTeX can be run in Sandstorm