mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add texlive-bengali.
* gnu/packages/tex.scm (texlive-bengali): New variable.
This commit is contained in:
parent
13b2aca1e0
commit
d324ccb087
1 changed files with 23 additions and 0 deletions
|
@ -2367,6 +2367,29 @@ (define-public texlive-begriff
|
||||||
@emph{Begriffschrift}.")
|
@emph{Begriffschrift}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-bengali
|
||||||
|
(package
|
||||||
|
(name "texlive-bengali")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/bengali/"
|
||||||
|
"fonts/source/public/bengali/"
|
||||||
|
"fonts/tfm/public/bengali/"
|
||||||
|
"source/latex/bengali/" "tex/latex/bengali/")
|
||||||
|
(base32
|
||||||
|
"077rs7rcx592g5m53hy73w6jd39qgb83z5sg2jbymjfwkk7y593h")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(native-inputs (list texlive-metafont))
|
||||||
|
(home-page "https://ctan.org/pkg/bengali-pandey")
|
||||||
|
(synopsis "Support for the Bengali language")
|
||||||
|
(description
|
||||||
|
"The package is based on Velthuis transliteration scheme, with extensions
|
||||||
|
to deal with the Bengali letters that are not in Devanagari. The package also
|
||||||
|
supports Assamese.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-betababel
|
(define-public texlive-betababel
|
||||||
(package
|
(package
|
||||||
(name "texlive-betababel")
|
(name "texlive-betababel")
|
||||||
|
|
Loading…
Reference in a new issue