mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add texlive-cloze.
* gnu/packages/tex.scm (texlive-cloze): New variable.
This commit is contained in:
parent
a0d0dbc56b
commit
3d47f2c151
1 changed files with 20 additions and 0 deletions
|
@ -8424,6 +8424,26 @@ (define-public texlive-chinese-jfm
|
||||||
vertical writing mode in Simplified/Traditional Chinese or Japanese fonts.")
|
vertical writing mode in Simplified/Traditional Chinese or Japanese fonts.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-cloze
|
||||||
|
(package
|
||||||
|
(name "texlive-cloze")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/luatex/cloze/" "scripts/cloze/"
|
||||||
|
"source/luatex/cloze/" "tex/luatex/cloze/")
|
||||||
|
(base32
|
||||||
|
"0i0bsflqgw14bik1r8qlx2287fx6lv8jmha57bx54d7icaswssf9")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/cloze")
|
||||||
|
(synopsis "Lualatex package for creating cloze texts")
|
||||||
|
(description
|
||||||
|
"This is a LuaTeX or LuaLaTeX package for generating cloze texts. The
|
||||||
|
main feature of the package is that the formatting doesn't change when using
|
||||||
|
the hide and show options.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-cmap
|
(define-public texlive-cmap
|
||||||
(package
|
(package
|
||||||
(name "texlive-cmap")
|
(name "texlive-cmap")
|
||||||
|
|
Loading…
Reference in a new issue