me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-ieee.

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

View File

@ -3875,6 +3875,27 @@ GOST 7.0.5-2008")
Manual} (a version of Chicago).")
(license license:lppl)))
(define-public texlive-biblatex-ieee
(package
(name "texlive-biblatex-ieee")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-ieee/"
"tex/latex/biblatex-ieee/")
(base32
"0a3r2lvp4nr53gxpa40qa7zdgj2qpyygvcgcbprnvfxlqrk8lfm0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-ieee")
(synopsis "IEEE style files for BibLaTeX")
(description
"This is a BibLaTeX style that implements the bibliography style of the
IEEE for BibLaTeX. The implementation follows standard BibLaTeX conventions,
and can be used simply by loading BibLaTeX with the appropriate @samp{ieee}
option.")
(license license:lppl1.3c)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")