mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-debate.
* gnu/packages/tex.scm (texlive-debate): New variable.
This commit is contained in:
parent
0f89d2e54d
commit
19865d4b37
1 changed files with 26 additions and 0 deletions
|
@ -78905,6 +78905,32 @@ (define-public texlive-dbshow
|
|||
for more interesting tasks depending on the individual.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-debate
|
||||
(package
|
||||
(name "texlive-debate")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/debate/" "source/latex/debate/"
|
||||
"tex/latex/debate/")
|
||||
(base32
|
||||
"1509mb8li2c9ih67bp2d10iz2i1fcwyfkcxq2y9qhddnam0rf48h")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs
|
||||
(list texlive-listings
|
||||
texlive-listingsutf8
|
||||
texlive-pdfcol
|
||||
texlive-tcolorbox
|
||||
texlive-xcolor
|
||||
texlive-xkeyval))
|
||||
(home-page "https://ctan.org/pkg/debate")
|
||||
(synopsis "Debates between reviewers")
|
||||
(description
|
||||
"This package helps to organize debates between multiple reviewers of a paper
|
||||
within the text.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue