gnu: Add texlive-semesterplanner.
* gnu/packages/tex.scm (texlive-semesterplanner): New variable.
This commit is contained in:
parent
020121267d
commit
cbc1c86a75
1 changed files with 21 additions and 0 deletions
|
@ -95060,6 +95060,27 @@ (define-public texlive-semantic-markup
|
|||
musical analysis.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-semesterplanner
|
||||
(package
|
||||
(name "texlive-semesterplanner")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/semesterplanner/"
|
||||
"source/lualatex/semesterplanner/"
|
||||
"tex/lualatex/semesterplanner/")
|
||||
(base32
|
||||
"1ixi839q2p88gplzlxhx4mqk9nwaw9yi16xh2fvihbmd0gllzw86")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/semesterplanner")
|
||||
(synopsis "Create beautiful semester timetables and more")
|
||||
(description
|
||||
"This package defines several useful environments for a beautiful printable
|
||||
semester plan. It includes a timetable (which is using the schedule-Package)
|
||||
as well as appointments, deadlines, and exams.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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