mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-froufrou.
* gnu/packages/tex.scm (texlive-froufrou): New variable.
This commit is contained in:
parent
154afea174
commit
03006246bf
1 changed files with 21 additions and 0 deletions
|
@ -83037,6 +83037,27 @@ (define-public texlive-frege
|
||||||
in the spacing of formulas.")
|
in the spacing of formulas.")
|
||||||
(license license:gpl3+)))
|
(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
|
;;; 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