File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
CONTRIBUTION = gitinfo-lua
2
- FILE = ${CONTRIBUTION}.tar.gz
2
+ VERSION = $(shell git describe --tags --always)
3
+ FILE = ${CONTRIBUTION}-${VERSION}.tar.gz
3
4
MANUAL = doc/${CONTRIBUTION}
4
5
COMPILER = lualatex --shell-escape --interaction=nonstopmode
5
6
Original file line number Diff line number Diff line change 1
- # Git LaTeX
1
+ # Gitinfo Lua
2
+ ![ CTAN Version] ( https://img.shields.io/ctan/v/gitinfo-lua )
2
3
3
4
A LaTeX package which provides macros integrated with LuaTeX and the commandline tool ` git ` .
4
5
@@ -17,8 +18,8 @@ makeindex -s gind.ist gitinfo-lua.idx
17
18
lualatex -shell-escape gitinfo-lua.tex
18
19
```
19
20
20
- Read [ gitinfo-lua.pdf ] ( gitinfo-lua.pdf ) for more information about this package .
21
+ See the [ releases section ] ( https://github.com/Xerdi/ gitinfo-lua/releases ) for getting the latest manual .
21
22
22
23
## License
23
24
This project is licensed under the LPPL version 1.3c and maintained by Erik Nijenhuis.
24
- See [ LICENSE.pdf ] ( LICENSE.pdf ) for more information.
25
+ See [ LICENSE.txt ] ( LICENSE.txt ) for more information.
Original file line number Diff line number Diff line change 23
23
local module = {
24
24
name = ' gitinfo-lua' ,
25
25
info = {
26
- version = ' 1.0.0-30-g69ba74a ' , -- TAGVERSION
27
- date = ' 2024/01/19 ' , -- TAGDATE
26
+ version = ' 1.0.1 ' , -- TAGVERSION
27
+ date = ' 2024/02/12 ' , -- TAGDATE
28
28
comment = " Git info Lua — Git integration with LaTeX" ,
29
29
author = " Erik Nijenhuis" ,
30
30
license = " free"
Original file line number Diff line number Diff line change 16
16
% This work consists of the files gitinfo-lua.sty gitinfo-lua.pdf
17
17
% gitinfo-cmd.lua and gitinfo-lua.lua
18
18
\NeedsTeXFormat {LaTeX2e}
19
- \ProvidesPackage {gitinfo-lua}[2024/01/04 Xerdi's Git Package]
19
+ \ProvidesPackage {gitinfo-lua}[2024/02/12 1.0.1 Xerdi's Git Package]
20
20
21
21
\RequirePackage {luacode}
22
22
You can’t perform that action at this time.
0 commit comments