gnu: Add texlive-jumplines.

* gnu/packages/tex.scm (texlive-jumplines): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:23 +02:00
parent 5134dfcc28
commit ff17040168
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86084,6 +86084,27 @@ (define-public texlive-jslectureplanner
member and presence lists.")
(license license:lppl1.3+)))
(define-public texlive-jumplines
(package
(name "texlive-jumplines")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/jumplines/"
"tex/latex/jumplines/")
(base32
"0vih9bayflngvsx0q0pfqzp04vbp5mjjgc7m8yhs4drr27nh75j2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jumplines")
(synopsis "Articles with teasers and continuation later on")
(description
"Jumplines is a package for typesetting (newspaper) articles that show a teaser
(some few lines of text/content) and are continued at a later place, with
optional hyperlinking and a list of articles. It requires LuaLaTeX for colour
support in split boxes.")
(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