bded242752b51c685fd6ed21a3506733476d5842
latex-common
Repository containing common latex code that can be shared across multiple projects.
Usage
Put
\input{/path/to/common.tex}
in your preamble. See the examples folder for usage examples.
Build examples
Build manually
$ make
Build using docker
- Build docker image
$ docker build -f dockerfiles/Dockerfile.alpine . -t latex-common - Build examples
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` latex-common make
Description
Releases
1
Initial release
Latest
Languages
TeX
98.2%
Makefile
1.8%