Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:37:54.000Z (18 days ago)
- Last Synced: 2024-10-28T01:43:09.720Z (18 days ago)
- Topics: economics, latex, latex-commands, latex-equations, latex-macros, latex-shortcuts, mathematical-expressions, mathematics, productivity, statistics
- Language: TeX
- Homepage: https://pascalmichaillat.org/d3/
- Size: 47.9 KB
- Stars: 52
- Watchers: 2
- Forks: 8
- 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/d3/.
## 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/d3/) 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, tested, and validated on a Mac with the MacTeX-2023 distribution.
While the commands should also work on other operating systems and with other LaTeX distributions, compatibility cannot be guaranteed. Users on Windows or Linux systems, or those using different LaTeX distributions, may need to make minor adjustments. [Please report](https://github.com/pmichaillat/latex-math/issues) any compatibility issues or bugs to help improve cross-platform support.
## License
The content of this repository is licensed under the terms of the MIT License.