Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nategphillips/natex
A collection of commands focused on consistent notation for mathematics, physics, and engineering.
https://github.com/nategphillips/natex
latex latex-package
Last synced: 28 days ago
JSON representation
A collection of commands focused on consistent notation for mathematics, physics, and engineering.
- Host: GitHub
- URL: https://github.com/nategphillips/natex
- Owner: nategphillips
- Created: 2024-01-17T17:15:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:45:08.000Z (3 months ago)
- Last Synced: 2024-12-24T04:18:09.854Z (about 1 month ago)
- Topics: latex, latex-package
- Language: TeX
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# natex
A collection of commands focused on consistent notation for mathematics, physics, and engineering.
## Installation
I use a system-wide installation of MiKTeX, so that's the installation process I'll be demonstrating. Create a new TEXMF root directory and add an appropriate TeX directory structure. The example I use is `C:\mytexmf\tex\latex\natex`. After placing the `.sty` file in the `natex` folder, open the MiKTeX admin console, go to the `Directories` tab under `Settings`, and add `C:\mytexmf` as a TEXMF root directory.
### Other Systems
For Linux and MacOS look [here](https://tex.stackexchange.com/questions/1137/where-do-i-place-my-own-sty-or-cls-files-to-make-them-available-to-all-my-te). See [this page](https://miktex.org/kb/texmf-roots) for more details on MiKTeX specific implementations.