me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xebaposter.

* gnu/packages/tex.scm (texlive-xebaposter): New variable.
Nicolas Goaziou 2023-06-19 15:54:31 +02:00
parent f2b4b2e1cc
commit 551ecdb8d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -7257,6 +7257,25 @@ The package requires an TeX-alike system that uses Unicode input in a native
way: current examples are XeTeX and LuaTeX.")
(license license:lppl1.3+)))
(define-public texlive-xebaposter
(package
(name "texlive-xebaposter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xebaposter/"
"tex/latex/xebaposter/")
(base32
"18fnwfhfk3jzkp4yd0dfi49jnf8njccbhhd6k15pvghs4brd9hba")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xebaposter")
(synopsis "Create scientific Persian/Latin posters using TikZ")
(description
"This package is designed for making scientific Persian/Latin posters.
It is a fork of @code{baposter} by Brian Amberg and Reinhold Kainhofer.")
(license license:lppl1.3+)))
(define-public texlive-currfile
(package
(name "texlive-currfile")