gnu: Add texlive-duerer-latex.

* gnu/packages/tex.scm (texlive-duerer-latex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:10:30 +02:00
parent 5f04eebfc4
commit e3193956b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10485,6 +10485,25 @@ (define-public texlive-duerer
support is available in the @code{duerer-latex} bundle.")
(license license:public-domain)))
(define-public texlive-duerer-latex
(package
(name "texlive-duerer-latex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/duerer-latex/"
"tex/latex/duerer-latex/")
(base32
"17ni6hrcblkbzn1f8cn2mvrc01sjqmi8qi2dxy82z14llr23qmbh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/duerer-latex")
(synopsis "LaTeX support for the Duerer fonts")
(description
"This package provides LaTeX support for Hoenig's Computer Duerer fonts,
using their standard fontname names.")
(license license:gpl3+)))
(define-public texlive-dvgloss
(package
(name "texlive-dvgloss")