me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bibtex8.

* gnu/packages/tex.scm (texlive-bibtex8): New variable.
Nicolas Goaziou 2023-07-15 23:51:56 +02:00
parent fbae0395fd
commit 4dd849645c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -1221,6 +1221,28 @@ package provides a Perl program that will extract any of the sections of such
a file, in particular providing a text'-form EPS file for use with (La)TeX.") a file, in particular providing a text'-form EPS file for use with (La)TeX.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/csf/base/" "bibtex/csf/polish-csf/"
"doc/bibtex8/" "doc/man/man1/bibtex8.1"
"doc/man/man1/bibtex8.man1.pdf")
(base32
"1ywv5rdk08dnrqr09pnjzff37x2c9m5i1wjzfsjnvm068is58c7s")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bibtex8")
(synopsis "BibTeX variant supporting 8-bit encodings")
(description
"BibTeX8 is an enhanced, portable C version of BibTeX. It is enhanced by
conversion to larger (32-bit) capacity, addition of run-time selectable
capacity and 8-bit support extensions. National character set and sorting
order are controlled by an external configuration file.")
(license license:gpl3+)))
(define-public texlive-dvipsconfig (define-public texlive-dvipsconfig
(package (package
(name "texlive-dvipsconfig") (name "texlive-dvipsconfig")