me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-context-fancybreak.

* gnu/packages/tex.scm (texlive-context-fancybreak): New variable.
Nicolas Goaziou 2023-06-18 18:31:12 +02:00
parent bfba749d7e
commit c93bd7768f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -10197,6 +10197,28 @@ numeration using cyrillic letters.")
"This module provides tools to degrade JPEG images in ConTeXt.") "This module provides tools to degrade JPEG images in ConTeXt.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-context-fancybreak
(package
(name "texlive-context-fancybreak")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/fancybreak/"
"tex/context/interface/third/"
"tex/context/third/fancybreak/")
(base32
"0v29i2c77ycvl412mwmlyijss4s31c0sbxz7m7ln9vqy0xh3hv5i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-fancybreak")
(synopsis "Overfull pages with ConTeXt")
(description
"The ConTeXt module allows insertion of thought breaks in texts.
With parameters one can adjust the spacing around the content and set
a default symbol.")
(license license:gpl3+)))
(define-public texlive-beamer (define-public texlive-beamer
(package (package
(name "texlive-beamer") (name "texlive-beamer")