Template for Mathematica that makes Homework and printed PDF documents look very pretty, and uses LaTeX font!
Simply install Latin Modern font before running Mathematica/opening the document. Some Mathematica settings may be prudent to set for yourself to make it render as nicely as possible... [TODO] will update this.
Modify Mathematica's options via the Option Inspector (Format>Option Inspector) Make sure to change to Global Options before modifying these to ensure they apply to Mathematica globally
- In order to use the Magnification tool, be sure to set where this template (and other Mathematica files) exist as trusted locations. This can be done via the TrustedPath variable (Global Options>NotebookSecurityOptions>TrustedPath). When adding a new location, the window will prompt for
FrontEnd`FileName[{$RootDirectory},"x"]
where thex
specifies the path to a trusted location.
- Cell Options > Cell Labels > ShowCellLabel=False
- Hides
In[]
andOut[]
markers which disrupt the Input/Output formatting