mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-hyphen-friulan.
* gnu/packages/tex.scm (texlive-hyphen-friulan): New variable.
This commit is contained in:
parent
a14ffed231
commit
28fbf42ae5
1 changed files with 12 additions and 0 deletions
|
@ -1720,6 +1720,18 @@ (define-public texlive-hyphen-french
|
|||
T1/EC and UTF-8 encodings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-hyphen-friulan
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-friulan" "fur"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex")
|
||||
(base32
|
||||
"07m975p0ghzs9sjqqgxy7qdkqmgvg4rx4xp08zwm1parqsdlwd5d")))
|
||||
(synopsis "Hyphenation patterns for Friulan")
|
||||
(description "The package provides hyphenation patterns for Friulan in
|
||||
ASCII encodings.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue