gnu: Add texlive-vertbars.

* gnu/packages/tex.scm (texlive-vertbars): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:04:31 +02:00
parent 6d8476384c
commit de3f8221d6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -99451,6 +99451,24 @@ but corrects, improves, and extends it in both implementation and function.")
single-sided document.") single-sided document.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-vertbars
(package
(name "texlive-vertbars")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/vertbars/" "tex/latex/vertbars/")
(base32
"1kqj1f1x9apssr678y0d85x5wlc338i3dmdn3ln3mb5bgm6hbwj5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/vertbars")
(synopsis "Mark vertical rules in margin of text")
(description
"This package is an extension to @code{lineno}, replacing that package's line
numbers with bars to the left or right of the text.")
(license license:lppl1.3c)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar