summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-06-18 18:31:56 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:15:24 +0200
commitebfd03cfa27bca77f01d6a13f3da0fd56b27567f (patch)
tree8a2e527e1c289bc0af5ea8aa0fc201b29d904fe3 /gnu
parent0476bab741b1a610b74a1de695c917f51055559d (diff)
gnu: Add texlive-context-fullpage.
* gnu/packages/tex.scm (texlive-context-fullpage): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1a93312ecb..77e8c937af 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10238,6 +10238,27 @@ a default symbol.")
"This ConTeXt module deals with spacing around French punctuation.")
(license license:gpl3+)))
+(define-public texlive-context-fullpage
+ (package
+ (name "texlive-context-fullpage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/context/third/fullpage/"
+ "tex/context/interface/third/"
+ "tex/context/third/fullpage/")
+ (base32
+ "1phxzaayy8dpxhfg7xj66ms3xgrdfdc3hv18wy92havcky5gq9wc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-context))
+ (home-page "https://ctan.org/pkg/context-fullpage")
+ (synopsis "Overfull pages with ConTeXt")
+ (description
+ "This ConTeXt module copies the functionality of @code{fullpage}, and
+adds a styling parameter, given in the @code{\\usemodule} command.")
+ (license license:gpl3+)))
+
(define-public texlive-beamer
(package
(name "texlive-beamer")