mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-biblatex-ijsra.
* gnu/packages/tex.scm (texlive-biblatex-ijsra): New variable.
This commit is contained in:
parent
a65a686b8c
commit
b3a74c8c6d
1 changed files with 21 additions and 0 deletions
|
@ -3896,6 +3896,27 @@ (define-public texlive-biblatex-ieee
|
|||
option.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-biblatex-ijsra
|
||||
(package
|
||||
(name "texlive-biblatex-ijsra")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/biblatex-ijsra/"
|
||||
"tex/latex/biblatex-ijsra/")
|
||||
(base32
|
||||
"0phgbrp47f6pgayws29acsacm7dcb5w3asvwswx5a2rg30wj2fln")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblatex-ijsra")
|
||||
(synopsis
|
||||
"BibLaTeX style for the International Journal of Student Research in
|
||||
Archaeology")
|
||||
(description
|
||||
"This is the BibLaTeX style used for the journal International Journal of
|
||||
Student Research in Archaeology.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue