gnu: Add texlive-skeldoc.

* gnu/packages/tex.scm (texlive-skeldoc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:18 +02:00
parent 48c30c2ca4
commit fcf6a7597c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -95828,6 +95828,28 @@ (define-public texlive-skdoc
a single run of a single file.") a single run of a single file.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-skeldoc
(package
(name "texlive-skeldoc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/skeldoc/" "tex/latex/skeldoc/")
(base32
"10172ig4pivy3hl8y6cb3jxzxdb1lylwbjc75a17ygk2x1lm4xds")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/skeldoc")
(synopsis "Placeholders for unfinished documents")
(description
"This package lets you produce placeholder elements for documents under
development, similar to the skeleton screens used while loading contents in
many applications and websites. It also has a mechanism for attaching
explanatory endnotes to these placeholders, or to anything else in your
document. The same note mechanism can also be used with ordinary content,
e.g., as a to-do mechanism.")
(license license:expat)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar