mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-generic-babel-english.
* gnu/packages/tex.scm (texlive-generic-babel-english): New variable.
This commit is contained in:
parent
fedd77c102
commit
876a198058
1 changed files with 22 additions and 0 deletions
|
@ -1464,6 +1464,28 @@ (define-public texlive-latex-babel
|
||||||
polyglossia package rather than Babel.")
|
polyglossia package rather than Babel.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-generic-babel-english
|
||||||
|
(package
|
||||||
|
(name "texlive-generic-babel-english")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (origin
|
||||||
|
(method svn-fetch)
|
||||||
|
(uri (texlive-ref "generic" "babel-english"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1s404wbx91z5w65hm024kyl4h56zsa096irx18vsx8jvlmwsr5wc"))))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments '(#:tex-directory "generic/babel-english"))
|
||||||
|
(home-page "http://www.ctan.org/pkg/babel-english")
|
||||||
|
(synopsis "Babel support for English")
|
||||||
|
(description
|
||||||
|
"This package provides the language definition file for support of
|
||||||
|
English in @code{babel}. Care is taken to select British hyphenation patterns
|
||||||
|
for British English and Australian text, and default (\"american\") patterns
|
||||||
|
for Canadian and USA text.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-latex-cyrillic
|
(define-public texlive-latex-cyrillic
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-cyrillic")
|
(name "texlive-latex-cyrillic")
|
||||||
|
|
Loading…
Reference in a new issue