gnu: Add texlive-dvgloss.

* gnu/packages/tex.scm (texlive-dvgloss): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 19:29:11 +02:00
parent 865c28325e
commit 8dfc073726
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -5314,6 +5314,25 @@ responses and DFTs, while the package DSPBlocks (@file{dspblocks.sty})
supports DSP block diagrams.")
(license license:lppl)))
(define-public texlive-dvgloss
(package
(name "texlive-dvgloss")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dvgloss/" "source/latex/dvgloss/"
"tex/latex/dvgloss/")
(base32
"1fs5ghbyl3qhg1v0iljjqn723a93m4l7f873h3h81pcga75mng4s")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dvgloss")
(synopsis "Facilities for setting interlinear glossed text")
(description
"The package provides extensible macros for setting interlinear glossed
text --- useful, for instance, for typing linguistics papers.")
(license license:lppl)))
(define-public texlive-dyntree
(package
(name "texlive-dyntree")