me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-froufrou.

* gnu/packages/tex.scm (texlive-froufrou): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:57 +02:00
parent 154afea174
commit 03006246bf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -83037,6 +83037,27 @@ structure for the conditional, greater care taken to allow for the line width
in the spacing of formulas.")
(license license:gpl3+)))
(define-public texlive-froufrou
(package
(name "texlive-froufrou")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/froufrou/"
"source/latex/froufrou/"
"tex/latex/froufrou/")
(base32
"1d1ifplkdxb7s8mr7zisbzkr9r5hvn7hk0q5dpzpyx8zwhzyvkss")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/froufrou")
(synopsis "Fancy section separators")
(description
"This package provides fancy separators, which are visual cues that indicate
a change of subject or context without actually starting a new chapter or
section.")
(license license:lppl1.3c)))
;;;
;;; 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