Utilities to form a base for all my latex documents.
- Get this repo
- Variant 1: Add this repo as a git submodule [1]
- Variant 2: Download a zip
- Define
\lutilpathas the base path of thesrcfolder of this repo:\def\lutilpath{path/to/src} - Use
\input{path/to/file}to use utilites
Notes:
\lutilpathmust be defined before any inputs, else something might break- For using templates, see the templates readme
[1] Getting started with submodules: official docs, cheatsheet, a helpful gist