me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-jumplines.

* gnu/packages/tex.scm (texlive-jumplines): New variable.
master
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
1 changed files with 21 additions and 0 deletions

View File

@ -86084,6 +86084,27 @@ includes a package @file{jsmembertable.sty} that helps in generating course
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