summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-06-18 18:31:12 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:15:23 +0200
commitc93bd7768f7d2558f83b57be1de93ea694322ce0 (patch)
tree554884bb1a9cc232204f656e3e4e0491f135b6c4 /gnu
parentbfba749d7ed80a05853ce2b5dd7fb3a5eb5240b3 (diff)
gnu: Add texlive-context-fancybreak.
* gnu/packages/tex.scm (texlive-context-fancybreak): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4c0a130bc0..788a914a56 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10197,6 +10197,28 @@ numeration using cyrillic letters.")
"This module provides tools to degrade JPEG images in ConTeXt.")
(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
(package
(name "texlive-beamer")