mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-ethiop.
* gnu/packages/tex.scm (texlive-ethiop): New variable.
This commit is contained in:
parent
fb727d8e3c
commit
f5180e24b2
1 changed files with 30 additions and 0 deletions
|
@ -11206,6 +11206,36 @@ (define-public texlive-epsf-dvipdfmx
|
|||
bounding box.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-ethiop
|
||||
(package
|
||||
(name "texlive-ethiop")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ethiop/"
|
||||
"fonts/ofm/public/ethiop/"
|
||||
"fonts/ovf/public/ethiop/"
|
||||
"fonts/ovp/public/ethiop/"
|
||||
"fonts/source/public/ethiop/"
|
||||
"fonts/tfm/public/ethiop/"
|
||||
"omega/ocp/ethiop/"
|
||||
"omega/otp/ethiop/"
|
||||
"source/latex/ethiop/"
|
||||
"tex/latex/ethiop/")
|
||||
(base32
|
||||
"1852g96rjyrsky7mpfwlxgip11qmk800xcmqccs8cv51f5342qlq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/ethiop")
|
||||
(synopsis "LaTeX macros and fonts for typesetting Amharic")
|
||||
(description
|
||||
"This package provides Ethiopian language support for the Babel package,
|
||||
including a collection of fonts and TeX macros for typesetting the characters
|
||||
of the languages of Ethiopia, with Metafont fonts based on EthTeX's. The
|
||||
macros use the Babel framework.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-expex-acro
|
||||
(package
|
||||
(name "texlive-expex-acro")
|
||||
|
|
Loading…
Reference in a new issue