gnu: Add texlive-tagpair.

* gnu/packages/tex.scm (texlive-tagpair): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:39 +02:00
parent b2ea38c930
commit 65f881324e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -97346,6 +97346,26 @@ (define-public texlive-tagging
marked pieces to include or exclude.")
(license license:lppl1.3+)))
(define-public texlive-tagpair
(package
(name "texlive-tagpair")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tagpair/" "tex/latex/tagpair/")
(base32
"1pw5dip8p38djkksa7c11mzqvhglppy6n0zyv54zqrsd1fwjqwll")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tagpair")
(synopsis
"Word-by-word glosses, translations, and bibliographic attributions")
(description
"This package provides environments and commands for pairing lines, bottom lines,
and tagged lines, intended to be used in particular for word-by-word glosses,
translations, and bibliographic attributions, respectively.")
(license license:lppl1.3+)))
;;;
;;; 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