me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-collection-xetex.

* gnu/packages/tex.scm (texlive-collection-xetex): New variable.
Nicolas Goaziou 2023-06-19 15:58:57 +02:00
parent e6a2dbd35b
commit 0561616a32
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 57 additions and 0 deletions

View File

@ -14613,6 +14613,63 @@ LaTeX which have widespread use.")
with packages in @code{collection-basic}.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-xetex
(package
(name "texlive-collection-xetex")
(version (number->string %texlive-revision))
(source #f)
(build-system trivial-build-system)
(arguments (list #:builder #~(mkdir #$output)))
(propagated-inputs
(list texlive-arabxetex
texlive-awesomebox
texlive-bidi-atbegshi
texlive-bidicontour
texlive-bidipagegrid
texlive-bidipresentation
texlive-bidishadowtext
texlive-businesscard-qrcode
texlive-collection-basic
texlive-cqubeamer
texlive-fixlatvian
texlive-font-change-xetex
texlive-fontbook
texlive-fontwrap
texlive-interchar
texlive-na-position
texlive-philokalia
texlive-ptext
texlive-realscripts
texlive-simple-resume-cv
texlive-simple-thesis-dissertation
texlive-tetragonos
texlive-ucharclasses
texlive-unicode-bidi
texlive-unimath-plain-xetex
texlive-unisugar
texlive-xebaposter
texlive-xechangebar
texlive-xecolor
texlive-xecyr
texlive-xeindex
texlive-xesearch
texlive-xespotcolor
texlive-xetex
texlive-xetex-itrans
texlive-xetex-pstricks
texlive-xetex-tibetan
texlive-xetexconfig
texlive-xetexfontinfo
texlive-xetexko
texlive-xevlna
texlive-zbmath-review-template))
(home-page "https://www.tug.org/texlive/")
(synopsis "XeTeX and packages")
(description
"This collection includes packages for XeTeX, the Unicode and
OpenType-enabled TeX by Jonathan Kew.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-grfext
(package
(name "texlive-grfext")