me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-scontents.

* gnu/packages/tex.scm (texlive-scontents): New variable.
master
Nicolas Goaziou 2023-08-29 16:00:24 +02:00
parent 6427c67aa5
commit 7c462e7c2d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -94703,6 +94703,29 @@ typesetting; the various styles define the header, footer and title formatting.
Many features are freely configurable.")
(license license:lppl1.3+)))
(define-public texlive-scontents
(package
(name "texlive-scontents")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/scontents/"
"source/latex/scontents/"
"tex/context/third/scontents/"
"tex/generic/scontents/"
"tex/latex/scontents/")
(base32
"0817f3xjaxli7rjqpr1gl13mx2iba3c0p95y9818kwccj47v71py")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/scontents")
(synopsis "Stores LaTeX contents in memory or files")
(description
"This package stores valid LaTeX code in memory (sequences). The stored
content (including verbatim) can be used as many times as desired in the
document, additionally can be written to external files if desired.")
(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