mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-bidihl.
* gnu/packages/tex.scm (texlive-bidihl): New variable.
This commit is contained in:
parent
7b0a10fa05
commit
6cc0ebd344
1 changed files with 17 additions and 0 deletions
|
@ -2783,6 +2783,23 @@ (define-public texlive-bibleref-german
|
|||
addition, the Vulgate (Latin Bible) is supported.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bidihl
|
||||
(package
|
||||
(name "texlive-bidihl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/xelatex/bidihl/" "tex/xelatex/bidihl/")
|
||||
(base32
|
||||
"021q2qhfl2ww95nbp63p3j7lv9wjj5s9wvn2sj5zyj1pcw75l8ir")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bidihl")
|
||||
(synopsis "Experimental Bidi-aware text highlighting")
|
||||
(description
|
||||
"This package provides experimental Bidi-aware text highlighting.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-binomexp
|
||||
(package
|
||||
(name "texlive-binomexp")
|
||||
|
|
Loading…
Reference in a new issue