Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slotthe/latex-styles
Personal LaTeX style files
https://github.com/slotthe/latex-styles
latex
Last synced: about 2 months ago
JSON representation
Personal LaTeX style files
- Host: GitHub
- URL: https://github.com/slotthe/latex-styles
- Owner: slotThe
- License: gpl-3.0
- Created: 2023-07-23T07:13:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T13:47:34.000Z (about 2 months ago)
- Last Synced: 2024-11-27T14:43:32.551Z (about 2 months ago)
- Topics: latex
- Language: TeX
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX Style Files
These are my personal LaTeX style files—basically, what has accumulated over the years.
Buyers beware.The basic structure is like this:
styles
├── externalise.sty # externalisation settings
├── style.sty # the bulk of the style file: commands, packages, …
└── tikzit.tikzstyles # arrow styles for tikzitAn example file is provided by means of [example.tex](./example.tex).
Typical usage in another project would be to include this repository as a git submodule and symlink `style` into the right place.
``` console
$ git submodule add https://github.com/slotthe/latex-styles
$ ln -s latex-styles/styles/ styles
```