me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-realauthor.

* gnu/packages/tex.scm (texlive-biblatex-realauthor): New variable.
Nicolas Goaziou 2023-08-17 21:23:25 +02:00
parent 6ef7ffc710
commit 52f297f752
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -4362,6 +4362,26 @@ does not need to run the Biber program. However, when the bibliography
changes one has to create a new @file{.bbl} file.")
(license license:lppl)))
(define-public texlive-biblatex-realauthor
(package
(name "texlive-biblatex-realauthor")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-realauthor/"
"tex/latex/biblatex-realauthor/")
(base32
"1av0vd7lwg5yad75b9fbi09s4bcaqd8bdz43kzyj2r7cimj8dpl0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-realauthor")
(synopsis "Indicate the real author of a work")
(description
"This package allows to use a new field @code{realauthor}, which
indicates the real author of a work, when published in a pseudepigraphic
name.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")