mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-luabibentry.
* gnu/packages/tex.scm (texlive-luabibentry): New variable.
This commit is contained in:
parent
d10dbd13ca
commit
dbe85d4ce7
1 changed files with 19 additions and 0 deletions
|
@ -12564,6 +12564,25 @@ (define-public texlive-ltb2bib
|
|||
@code{amsrefs}.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-lyluatex")
|
||||
|
|
Loading…
Reference in a new issue