https://github.com/mnmlivnx/texmf
My personal, local, additions to the texmf directory tree.
https://github.com/mnmlivnx/texmf
latex tex texmf xelatex
Last synced: about 1 year ago
JSON representation
My personal, local, additions to the texmf directory tree.
- Host: GitHub
- URL: https://github.com/mnmlivnx/texmf
- Owner: mnmlivnx
- License: unlicense
- Created: 2024-08-13T05:04:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T19:31:39.000Z (over 1 year ago)
- Last Synced: 2025-01-18T20:28:39.852Z (over 1 year ago)
- Topics: latex, tex, texmf, xelatex
- Language: TeX
- Homepage:
- Size: 104 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# texmf
My personal, `local`, additions to the `texmf` directory tree.
## Setup
Clone the repository and set the `TEXMFHOME` environment variable to the location of the cloned repository.
```bash
git clone https://github.com/mnmlivnx/texmf.git
ln -s /path/to/clone/texmf ~/texmf
texhash ~/texmf
```
Once all files are in the right place, rebuild TeX indexes:
```bash
mktexlsr
```
## Updates
These files change in small ways quite often (weekly? monthly?), so do a `git pull` from time to time to get the latest versions.
## License
Public domain. See the file [LICENSE](/LICENSE) for more details. (Quite obviously this only applies to stuff I've written, i.e., things without an explicit attribution.)
Happy TeXing!