mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: Add texlive-babel-albanian.
* gnu/packages/tex.scm (texlive-babel-albanian): New variable.
This commit is contained in:
parent
191ab5af91
commit
7fcfd9d86b
1 changed files with 20 additions and 0 deletions
|
@ -20133,6 +20133,26 @@ (define-public texlive-ctable
|
|||
right-aligned table and (multiple-)figure floats, with footnotes.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-babel-albanian
|
||||
(package
|
||||
(name "texlive-babel-albanian")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-albanian/"
|
||||
"source/generic/babel-albanian/"
|
||||
"tex/generic/babel-albanian/")
|
||||
(base32
|
||||
"1sgyxj2f2w5fb22ys0idcfy10m1wbz3mk3rkpvv7cwa0v3a0arhl")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-albanian")
|
||||
(synopsis "Support for Albanian within Babel")
|
||||
(description
|
||||
"The package provides support for typesetting Albanian (as part of the
|
||||
Babel system).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-basque
|
||||
(package
|
||||
(name "texlive-babel-basque")
|
||||
|
|
Loading…
Reference in a new issue