me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cases.

* gnu/packages/tex.scm (texlive-cases): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:27 +02:00
parent 9c746f17fa
commit de38767e79
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -75307,6 +75307,28 @@ for drawing the formulas. Different representation models (Fischer, Haworth,
chair...) are supported as well as alpha, beta, and chain isomers.")
(license license:lppl1.3+)))
(define-public texlive-cases
(package
(name "texlive-cases")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cases/" "tex/latex/cases/")
(base32
"0n108l0k9xla9fd5dvnfgvy7pzdy0rzq8p86a6m7ia6kwn3gjwgp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cases")
(synopsis "Numbered cases environment")
(description
"This package provides a LaTeX environment @code{numcases} to produce
multi-case equations with a separate equation number for each case. There is
also a @code{subnumcases} environment which numbers each case with the overall
equation number plus a letter.")
;; These macros may be freely transmitted, reproduced, or modified
;; provided that this notice is left intact.
(license (license:fsf-free "file://doc/latex/cases/README"))))
;;;
;;; 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