me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-context-french.

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

View File

@ -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")