This repository contains a collection of Wolfram Mathematica notebooks featuring a custom visual style. The styling enhances readability and clarity, ensuring that code cells, mathematical equations, and text are presented in a structured and visually clear manner.
This repository includes three different files that share common goals:
- Ensuring that code cells are delineated by borders, making them visually distinct from textual content.
- Using the "Times New Roman" font for all textual elements; however, this can be changed if needed.
- Displaying the estimated execution time on the right side of each code cell.
Each of the following files is designed to implement these style settings:
Preamble Notebook.nb– This notebook contains all the style settings described above, located in the Notebook Style section. To apply them, simply load this notebook.Preamble Notebook + MaTeX.nb– This is an extended version of the previous notebook, with an additional section for loading the MaTeX library. If MaTeX is already installed on your computer, the code will simply load it; otherwise, it will attempt to install it automatically.AdamC_Light.nb– This notebook encodes the custom style directly, so you don't need to load the Notebook Style preamble manually.
To install and use the AdamC_Light.nb stylesheet, follow these steps:
- Open your Mathematica notebook and type the following command:
This will open the directory for user-defined stylesheets.
SystemOpen[$UserBaseDirectory <> "/SystemFiles/FrontEnd/StyleSheets/"]
- Move or copy AdamC_Light.nb to the StyleSheets folder.
- Restart Mathematica to apply the changes.
- Open the notebook where you want to use the new style.
- Apply the style: • Navigate to Format > Stylesheet. • You should see AdamC_Light in the list of available styles. • Select it to apply the custom style to your notebook.
If you're looking for tools to enhance your workflow, consider these:
- Mathcha.io – A powerful online tool for creating mathematical drawings and diagrams.
- Obsidian – A highly flexible and efficient note-taking application.
Thank you for your interest!