mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-around-the-bend.
* gnu/packages/tex.scm (texlive-around-the-bend): New variable.
This commit is contained in:
parent
d96f28ec27
commit
b1cd26e2b2
1 changed files with 19 additions and 0 deletions
|
@ -1639,6 +1639,25 @@ (define-public texlive-arara
|
|||
virtual machine.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-around-the-bend
|
||||
(package
|
||||
(name "texlive-around-the-bend")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/around-the-bend/")
|
||||
(base32
|
||||
"00nc6kx4ylz9g6vmjlgyjvmy1ls86pjblbcpm5z40wh5xl7l184f")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/around-the-bend")
|
||||
(synopsis "Typeset exercises in TeX, with answers")
|
||||
(description
|
||||
"This is a typeset version of the files of the @code{aro-bend}, plus
|
||||
three extra questions (with their answers) that Michael Downes didn't manage
|
||||
to get onto CTAN.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-autoaligne
|
||||
(package
|
||||
(name "texlive-autoaligne")
|
||||
|
|
Loading…
Reference in a new issue