gnu: Add texlive-tagpair.
* gnu/packages/tex.scm (texlive-tagpair): New variable.
This commit is contained in:
parent
b2ea38c930
commit
65f881324e
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue