Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 tikzit

An 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
```