mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Add texlive-bidipresentation.
* gnu/packages/tex.scm (texlive-bidipresentation): New variable.
This commit is contained in:
parent
b8602b5668
commit
b9c3c6b5ab
1 changed files with 20 additions and 0 deletions
|
@ -871,6 +871,26 @@ (define-public texlive-bidipagegrid
|
|||
is based on @code{pagegrid}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bidipresentation
|
||||
(package
|
||||
(name "texlive-bidipresentation")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/xelatex/bidipresentation/"
|
||||
"tex/xelatex/bidipresentation/")
|
||||
(base32
|
||||
"0b9md68zzj3nzi9b4hdavjz43nwair1xg3b240p0bp5ly5l6pvmr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bidipresentation")
|
||||
(synopsis "Experimental bidi presentation")
|
||||
(description
|
||||
"This package provides a great portion of the code is borrowed from the
|
||||
texpower bundle, with modifications to get things working properly in both
|
||||
right to left and left to right modes.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-libkpathsea
|
||||
(package/inherit texlive-bin
|
||||
(name "texlive-libkpathsea")
|
||||
|
|
Loading…
Reference in a new issue