gnu: Add texlive-bibleref-parse.
* gnu/packages/tex.scm (texlive-bibleref-parse): New variable.
This commit is contained in:
parent
4194e46ed3
commit
1db3f1bacb
1 changed files with 21 additions and 0 deletions
|
|
@ -3004,6 +3004,27 @@ implemented in TeX's mouth. This means that they can be used in any
|
||||||
expandable context, such as an argument to a @code{\\url} command.")
|
expandable context, such as an argument to a @code{\\url} command.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-bibleref-parse
|
||||||
|
(package
|
||||||
|
(name "texlive-bibleref-parse")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/bibleref-parse/"
|
||||||
|
"tex/latex/bibleref-parse/")
|
||||||
|
(base32
|
||||||
|
"01jhic1idgjgv9hsx5gih4230krfqm8pc3j7f4kn22w2jnw7fs68")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/bibleref-parse")
|
||||||
|
(synopsis "Specify @emph{Bible} passages in human-readable format")
|
||||||
|
(description
|
||||||
|
"The package parses @emph{Bible} passages that are given in human
|
||||||
|
readable format. It accepts a wide variety of formats. This allows for
|
||||||
|
a simpler and more convenient interface to the functionality of the
|
||||||
|
@code{bibleref} package.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-bidihl
|
(define-public texlive-bidihl
|
||||||
(package
|
(package
|
||||||
(name "texlive-bidihl")
|
(name "texlive-bidihl")
|
||||||
|
|
|
||||||
Reference in a new issue