me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-outlining.

* gnu/packages/tex.scm (texlive-outlining): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:21 +02:00
parent 3d1b8b22f6
commit 50b1b842e7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -91030,6 +91030,26 @@ cases where nested lists are used a lot, such as for to-do lists or
presentation slides.")
(license license:lppl)))
(define-public texlive-outlining
(package
(name "texlive-outlining")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/outlining/"
"source/latex/outlining/"
"tex/latex/outlining/")
(base32
"0s4lhxiv4dzakjbd2x2z5x8bhphw5pn4d5fzrw18y42fql544b2p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/outlining")
(synopsis "Create outlines for scientific documents")
(description
"Every scientifc document requires outlining before it is written. This
package adds simple macros for your LaTeX document.")
(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