gnu: Add texlive-outliner.

* gnu/packages/tex.scm (texlive-outliner): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:57:18 +02:00
parent 6399358a65
commit 413beb3b31
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90988,6 +90988,26 @@ (define-public texlive-outline
similar to @code{enumerate}, but up to 6 levels deep.")
(license license:lppl)))
(define-public texlive-outliner
(package
(name "texlive-outliner")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/outliner/" "tex/latex/outliner/")
(base32
"0qgvg1807vqfbcdkg74jmqjlbjc63vvfi9dhds79jzygjwm1carq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/outliner")
(synopsis "Change section levels easily")
(description
"This package allows you to write @code{\\Level 2 @{Some heading@}} instead of
the usual @code{\\section} stuff; the definitions of the levels can then
easily be changed. There is a mechanism for shifting all levels. This makes
it easy to bundle existing articles into a compilation.")
(license license:gpl3+)))
;;;
;;; 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