me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xechangebar.

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

View File

@ -7276,6 +7276,27 @@ way: current examples are XeTeX and LuaTeX.")
It is a fork of @code{baposter} by Brian Amberg and Reinhold Kainhofer.")
(license license:lppl1.3+)))
(define-public texlive-xechangebar
(package
(name "texlive-xechangebar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xechangebar/"
"tex/xelatex/xechangebar/")
(base32
"0a7b9bffh5b435gw4qxydmfrpizly79cjgjhhlgywwg6gibvxn4s")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xechangebar")
(synopsis "Extension of package @code{changebar} for use with XeLaTeX")
(description
"The package extends package @code{changebar} so it can be used with
XeLaTeX. It introduces the new option @code{xetex} for use with XeLaTeX.
Everything else remains the same and users should consult the original
documentation for usage information.")
(license license:lppl1.3+)))
(define-public texlive-currfile
(package
(name "texlive-currfile")