me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-outline.

* gnu/packages/tex.scm (texlive-outline): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:17 +02:00
parent d68a786b2a
commit 6399358a65
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -90970,6 +90970,24 @@ orientation of pages in a PDF created with
dvips/Ghostscript (@command{ps2pdf}).")
(license license:cc0)))
(define-public texlive-outline
(package
(name "texlive-outline")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/outline/" "tex/latex/outline/")
(base32
"1nnv02xf0w821spaxhvv2qb54d23a5dv33js4hdil60lnn6893fw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/outline")
(synopsis "List environment for making outlines")
(description
"The package defines an @code{outline} environment, which provides facilities
similar to @code{enumerate}, but up to 6 levels deep.")
(license license:lppl)))
;;;
;;; 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