gnu: Add texlive-babel-croatian.
* gnu/packages/tex.scm (texlive-babel-croatian): New variable.
This commit is contained in:
parent
58028db67a
commit
e3e2eaf29f
1 changed files with 20 additions and 0 deletions
|
@ -20212,6 +20212,26 @@ rules of its own; this package provides an appropriate selection of French and
|
|||
British typographic rules.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-croatian
|
||||
(package
|
||||
(name "texlive-babel-croatian")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-croatian/"
|
||||
"source/generic/babel-croatian/"
|
||||
"tex/generic/babel-croatian/")
|
||||
(base32
|
||||
"1r3cccrc2i57sza8qc24hxm2p6igvhbkr8a6lnsrcrhbji2smi07")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-croatian")
|
||||
(synopsis "Babel contributed support for Croatian")
|
||||
(description
|
||||
"The package establishes Croatian conventions in a document (or a subset
|
||||
of the conventions, if Croatian is not the main language of the document).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-english
|
||||
(package
|
||||
(name "texlive-babel-english")
|
||||
|
|
Reference in a new issue