gnu: Add texlive-armtex.

* gnu/packages/tex.scm (texlive-armtex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 17:57:23 +02:00
parent 8e79db9567
commit 191ab5af91
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1639,6 +1639,36 @@ (define-public texlive-arara
virtual machine.")
(license license:bsd-3)))
(define-public texlive-armtex
(package
(name "texlive-armtex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/armenian/"
"fonts/afm/public/armenian/"
"fonts/map/dvips/armenian/"
"fonts/source/public/armenian/"
"fonts/tfm/public/armenian/"
"fonts/type1/public/armenian/"
"tex/latex/armenian/"
"tex/plain/armenian/")
(base32
"161c66av2zkxp9r32dr449sa9crmyjkjijrvx5a56avkyyr1s0kp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/armtex")
(synopsis "System for writing in Armenian with TeX and LaTeX")
(description
"ArmTeX is a system for typesetting Armenian text with Plain TeX or LaTeX(2e).
It may be used with input: from a standard Latin keyboard without any special
encoding or support for Armenian letters, from any keyboard which uses an
encoding that has Armenian letters in the second half (characters 128-255) of
the extended ASCII table (for example ArmSCII8 Armenian standard), or from an
Armenian keyboard using UTF-8 encoding.")
(license license:lppl)))
(define-public texlive-around-the-bend
(package
(name "texlive-around-the-bend")