me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-anonymous.

* gnu/packages/tex.scm (texlive-biblatex-anonymous): New variable.
Nicolas Goaziou 2023-08-17 19:49:36 +02:00
parent e28fc95639
commit c299fa4a28
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3419,6 +3419,25 @@ Combinatorics. Note that the journal (as for 01 March 2020) does not accept
BibLaTeX, so you probably want to use @code{biblatex2bibitem}.")
(license license:lppl1.3c)))
(define-public texlive-biblatex-anonymous
(package
(name "texlive-biblatex-anonymous")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-anonymous/"
"tex/latex/biblatex-anonymous/")
(base32
"1q24xrr80i6xsq65gfvvi1s5qsp78g52qgn2nf2523gjnnzp4p7n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-anonymous")
(synopsis "Tool to manage anonymous work with BibLaTeX")
(description
"The package provides tools to help manage anonymous work with BibLaTeX.
It will be useful, for example, in history or classical philology.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")