Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:31:15.000Z (3 months ago)
- Last Synced: 2024-10-23T12:26:34.553Z (3 months ago)
- Topics: latex, tex, texmf, xelatex
- Language: TeX
- Homepage:
- Size: 90 MB
- Stars: 0
- Watchers: 1
- 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 ~/texmftexhash ~/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!