mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add texlive-tasks.
* gnu/packages/tex.scm (texlive-tasks): New variable.
This commit is contained in:
parent
ab7284fbcd
commit
9aa158e336
1 changed files with 20 additions and 0 deletions
|
@ -97442,6 +97442,26 @@ (define-public texlive-tamefloats
|
|||
previous work).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tasks
|
||||
(package
|
||||
(name "texlive-tasks")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tasks/" "tex/latex/tasks/")
|
||||
(base32
|
||||
"1sfgnwzpyfyvilyz7j12d6wql54rlcami682b32rf6xphxjs0z3b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tasks")
|
||||
(synopsis "Horizontally columned lists")
|
||||
(description
|
||||
"The reason for the creation of the @code{tasks} environment was an unwritten
|
||||
agreement in German maths textbooks (especially (junior) high school
|
||||
textbooks) to organize exercises in columns counting horizontally rather than
|
||||
vertically. This is what the @code{tasks} package helps to achieve.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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