me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-coursepaper.

* gnu/packages/tex.scm (texlive-coursepaper): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:56 +02:00
parent 9ef094a58e
commit c42cf7d2fe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -77406,6 +77406,28 @@ needs to be repeated often.")
(license:non-copyleft
"file://tex/latex/courseoutline/courseoutline.cls"))))
(define-public texlive-coursepaper
(package
(name "texlive-coursepaper")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/coursepaper/"
"tex/latex/coursepaper/")
(base32
"0h625m8blq1a3ga9m2c0bkv5n1wfwgy9kbgs89jh7yqy262z2cs3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/coursepaper")
(synopsis "Prepare university course papers")
(description
"Coursepaper is a class with which students can provide simple course papers,
in a uniform design to ease the task of marking.")
;; "Feel free to copy, modify, and distribute."
(license
(license:non-copyleft
"file://tex/latex/coursepaper/coursepaper.cls"))))
;;;
;;; 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