mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-jumplines.
* gnu/packages/tex.scm (texlive-jumplines): New variable.
This commit is contained in:
parent
5134dfcc28
commit
ff17040168
1 changed files with 21 additions and 0 deletions
|
@ -86084,6 +86084,27 @@ (define-public texlive-jslectureplanner
|
||||||
member and presence lists.")
|
member and presence lists.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue