Skip to content

Packages defining math commands to separate styling from mathematics.

License

Notifications You must be signed in to change notification settings

toddlj/latex-math-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LaTeX Mathematics Commands

Philosophy

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.

  1. This makes the LaTeX file more readable.
  2. This allows you to change conventions by overriding the package, so one could write
    \renewcommand{\ComplexNumbers}{\mathbf{C}}
    in your LaTeX file to change to a boldface 'C'.

Contents

This repository contains the following packages.

  • math-commands-generic: numbers, linear algebra

Conventions

  • The commands that the package defines must be in CamelCase.

Repository Information

This repository is still in development, and there are many definitions to be added to the project.

Maintainer

This repository is maintained by Todd Liebenschutz-Jones (email).

License

This repository is licensed by a MIT License. See LICENSE.txt for full terms.

About

Packages defining math commands to separate styling from mathematics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages