mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add texlive-biblatex-manuscripts-philology.
* gnu/packages/tex.scm (texlive-biblatex-manuscripts-philology): New variable.
This commit is contained in:
parent
957f8590ce
commit
068e615d3a
1 changed files with 20 additions and 0 deletions
|
@ -4054,6 +4054,26 @@ (define-public texlive-biblatex-luh-ipw
|
|||
(especially the Institute of Political Science).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-biblatex-manuscripts-philology
|
||||
(package
|
||||
(name "texlive-biblatex-manuscripts-philology")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/biblatex-manuscripts-philology/"
|
||||
"tex/latex/biblatex-manuscripts-philology/")
|
||||
(base32
|
||||
"1q0rqqh6gqs930bzay5cq5hghxk28xs2321y8h7awif0akq03rhm")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblatex-manuscripts-philology")
|
||||
(synopsis "Manage classical manuscripts with BibLaTeX")
|
||||
(description
|
||||
"The package adds a new entry type: @code{@@manuscript} to manage
|
||||
manuscript in classical philology, for example to prepare a critical
|
||||
edition.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue