« Previous -
Version 9/21
(diff) -
Next » -
Current version
J. Simmons, 03/15/2015 01:53 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
- Examples of using IPython
Creating/Customizing LaTeX Document Classes¶
- Creating your own LaTeX document class
- Rolling Your Own Document Class
- LaTeX 2 for Class and Package Writers
- Minutes in Less Than Hours: Using LaTeX Resources
- Example Custom 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