summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 788a914a56..1a93312ecb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10219,6 +10219,25 @@ With parameters one can adjust the spacing around the content and set
a default symbol.")
(license license:gpl3+)))
+(define-public texlive-context-french
+ (package
+ (name "texlive-context-french")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/context/third/french/"
+ "tex/context/third/french/")
+ (base32
+ "06x7dfsc1vrb49zl9xlhlyfavijgpc53hc0yhj5yc6vph8zbq0df")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-context))
+ (home-page "https://ctan.org/pkg/context-french")
+ (synopsis "Support for writing French in ConTeXt")
+ (description
+ "This ConTeXt module deals with spacing around French punctuation.")
+ (license license:gpl3+)))
+
(define-public texlive-beamer
(package
(name "texlive-beamer")