gnu: Add texlive-luabibentry.
* gnu/packages/tex.scm (texlive-luabibentry): New variable.
parent
d10dbd13ca
commit
dbe85d4ce7
|
@ -12564,6 +12564,25 @@ bibliographical database (@file{.ltb}) to a BibTeX bibliographical database
|
||||||
@code{amsrefs}.")
|
@code{amsrefs}.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-luabibentry
|
||||||
|
(package
|
||||||
|
(name "texlive-luabibentry")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/lualatex/luabibentry/"
|
||||||
|
"source/lualatex/luabibentry/"
|
||||||
|
"tex/lualatex/luabibentry/")
|
||||||
|
(base32
|
||||||
|
"00f6sxkzmfznjbisicacxd546v8zizm1fz36s05iiyra04cawnw4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/luabibentry")
|
||||||
|
(synopsis "Repeat BibTeX entries in a LuaLaTeX document body")
|
||||||
|
(description
|
||||||
|
"The package reimplements @code{bibentry}, for use in LuaLaTeX.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-lyluatex
|
(define-public texlive-lyluatex
|
||||||
(package
|
(package
|
||||||
(name "texlive-lyluatex")
|
(name "texlive-lyluatex")
|
||||||
|
|
Reference in New Issue