me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pbibtex-manual.

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

View File

@ -19338,6 +19338,25 @@ styles (@file{.bst}), for pBibTeX, which is a Japanese extended version of
BibTeX contained in TeX Live.")
(license license:bsd-3)))
(define-public texlive-pbibtex-manual
(package
(name "texlive-pbibtex-manual")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pbibtex-manual/")
(base32
"030rhhb4xcijvjc0x1ylyk6xz5mn90wrlp5ss4yr6qlpzmq21b50")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pbibtex-manual")
(synopsis "Documentation files for (u)pBibTeX")
(description
"The bundle contains documentation files for Japanese pBibTeX and
upBibTeX. For historical reasons, this also contains old documentation files
for JBibTeX.")
(license license:bsd-3)))
(define-public texlive-penrose
(package
(name "texlive-penrose")