mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-biblatex-ieee.
* gnu/packages/tex.scm (texlive-biblatex-ieee): New variable.
This commit is contained in:
parent
50aa0818dc
commit
a65a686b8c
1 changed files with 21 additions and 0 deletions
|
@ -3875,6 +3875,27 @@ (define-public texlive-biblatex-historian
|
||||||
Manual} (a version of Chicago).")
|
Manual} (a version of Chicago).")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Loading…
Reference in a new issue