me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pbibtex-base.

* gnu/packages/tex.scm (texlive-pbibtex-base): New variable.
Nicolas Goaziou 2023-08-16 12:57:06 +02:00
parent 10ca2041a8
commit e43f5080f4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -19318,6 +19318,26 @@ LaTeX user to easily create complex commutative diagrams, by placing formula
nodes on a conceptual grid and attaching arrows to them.")
(license license:gpl2+)))
(define-public texlive-pbibtex-base
(package
(name "texlive-pbibtex-base")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/ptex/pbibtex/" "pbibtex/bib/"
"pbibtex/bst/")
(base32
"06glwwv1rw4n5cpg6cs70yzgyix65nhfsakyq72sn82yss1gvf8z")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pbibtex-base")
(synopsis "Bibliography styles and miscellaneous files for pBibTeX")
(description
"These are miscellaneous files, including bibliography
styles (@file{.bst}), for pBibTeX, which is a Japanese extended version of
BibTeX contained in TeX Live.")
(license license:bsd-3)))
(define-public texlive-penrose
(package
(name "texlive-penrose")