https://github.com/pmichaillat/latex-math
LaTeX commands to write mathematical expressions
https://github.com/pmichaillat/latex-math
economics latex latex-commands latex-equations latex-macros latex-shortcuts mathematical-expressions mathematics productivity statistics
Last synced: about 2 months ago
JSON representation
LaTeX commands to write mathematical expressions
- Host: GitHub
- URL: https://github.com/pmichaillat/latex-math
- Owner: pmichaillat
- License: mit
- Created: 2022-11-08T14:06:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T06:42:32.000Z (about 2 months ago)
- Last Synced: 2025-05-08T03:48:34.373Z (about 2 months ago)
- Topics: economics, latex, latex-commands, latex-equations, latex-macros, latex-shortcuts, mathematical-expressions, mathematics, productivity, statistics
- Language: TeX
- Homepage: https://pascalmichaillat.org/e/
- Size: 50.8 KB
- Stars: 57
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LaTeX Commands to Write Math
This repository contains a collection of commands to easily write mathematical expressions with [LaTeX](https://github.com/latex3/latex2e)—while automatically respecting the rules of mathematical typography.
## Documentation
The commands are documented at https://pascalmichaillat.org/e/.
## Usage
+ Add the LaTeX style file `math.sty` to the folder with your LaTeX document.
+ Insert `\usepackage{math}` in the preamble of your LaTeX document.
+ Use the [commands](https://pascalmichaillat.org/e/) defined in `math.sty`.
+ Existing LaTeX commands continue to work as usual, with the exception of a few text commands that do not produce their usual output (such as `\oe`, `\o`, `\P`). These commands used to insert text symbols that are rarely used in scientific writing, and now insert common mathematical symbols, so hopefully the modification is not problematic.## Software
The commands were developed and validated with TeX Live 2023 on MacOS.
Other LaTeX distributions and operating systems may require minor adjustments. Please [report any issues](https://github.com/pmichaillat/latex-math/issues) to help improve compatibility
## License
This repository is licensed under the [MIT License](LICENSE.md).