When you write mathematics in LaTeX, you should write the content and meaning of the mathematics. The styling information should be listed in a separate file, in this case, a packages by yours truly.
For example, $x \in \mathbb{C}$
should be replaced by $x \in \ComplexNumbers$
, and the styling for \ComplexNumbers
is defined in the package.
The advantages are as follows.
- This makes the LaTeX file more readable.
- This allows you to change conventions by overriding the package, so one could write
in your LaTeX file to change to a boldface 'C'.
\renewcommand{\ComplexNumbers}{\mathbf{C}}
This repository contains the following packages.
math-commands-generic
: numbers, linear algebra
- The commands that the package defines must be in CamelCase.
This repository is still in development, and there are many definitions to be added to the project.
This repository is maintained by Todd Liebenschutz-Jones (email).
This repository is licensed by a MIT License. See LICENSE.txt for full terms.