gnu: Add texlive-beton.

* gnu/packages/tex.scm (texlive-beton): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:45 +02:00
parent e9832bda5b
commit 69b116f55b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -74276,6 +74276,26 @@ (define-public texlive-beaulivre
is taken from the French words \"beau\" (= \"beautiful\") and \"livre\" (= \"book\").")
(license license:lppl1.3c)))
(define-public texlive-beton
(package
(name "texlive-beton")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beton/" "source/latex/beton/"
"tex/latex/beton/")
(base32
"0z5wz89s2jw6c4alkgaqbbr5rglh3m88nbay9ab732s991ln6b50")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/beton")
(synopsis "Use Concrete fonts")
(description
"This package typesets a LaTeX document with the Concrete fonts designed by
Don Knuth and used in his book @emph{Concrete Mathematics}.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar