The Options Browser: Learn to Love It!
Setting Page Breaks
Useful Options
Use a different default style notebook.
Global Options/File Locations/DefaultStyleDefinitions->"MyStyles.nb"
Use text cells by default
Cell Options/New Cell Defaults/DefaultNewCellStyle->"Text"
Stupid Options Inspector Tricks
Turn off the startup sound!
GlobalOptions/SystemConfiguration/StartupSound->False
Remember those ugly rectangles that showed the size of a cell group? Now you can have them back again!
CellOptions/DisplayOptions/ShowClosedCellArea->True
How can I permanently turn off the In/Out labels, instead of having to turn them off in each notebook?
CellOptions/CellLabels/ShowCellLabel->False
|