me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-codesection.

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

View File

@ -76443,6 +76443,29 @@ is much more powerful and faster than @code{l3regex}.")
job is mostly done by the @code{inputenc} package in the LaTeX distribution.")
(license license:bsd-3)))
(define-public texlive-codesection
(package
(name "texlive-codesection")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/codesection/"
"source/latex/codesection/"
"tex/latex/codesection/")
(base32
"0m3lq9rap7a5qxflypmv0546n7hyavm2p0z4yf3rp5rp769161fb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/codesection")
(synopsis "Provides an environment that may be conditionally included")
(description
"This package provides an environment to switch a section of code on or off.
The code may be placed anywhere in the file (it is not limited to the document
or the preamble). The motivation for this package was to have commands which
allow preselection based on whether sections of code in a preamble of
a template are executed.")
(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