summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/gitinfo-lua/README.md
blob: 383cf2df33a866adafa9c5aed22a90dd17cfedc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Git LaTeX

A LaTeX package which provides macros integrated with LuaTeX and the commandline tool `git`.

## Installation
In order to install this package the right way, one should create the release tarball first with `make package`.
Afterward be sure to unpack the contents of the release tarball anywhere where TeX will find it, i.e. `~/texmf`.

## Documentation
The documentation can be built using `make` or manually using `lualatex`:
```bash
make build clean
# Or manually
cd doc
lualatex -shell-escape gitinfo-lua.tex
makeindex -s gind.ist gitinfo-lua.idx
lualatex -shell-escape gitinfo-lua.tex
```

Read [gitinfo-lua.pdf](gitinfo-lua.pdf) for more information about this package.

## License
This project is licensed under the LPPL version 1.3c and maintained by Erik Nijenhuis.
See [LICENSE.pdf](LICENSE.pdf) for more information.