gnu: Add texlive-bropd.

* gnu/packages/tex.scm (texlive-bropd): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 13:07:35 +02:00
parent 017708cbc5
commit 21718c6516
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1975,6 +1975,29 @@ (define-public texlive-bpchem
the labelling of compounds and reference to labelled compounds.")
(license license:lppl)))
(define-public texlive-bropd
(package
(name "texlive-bropd")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bropd/" "source/latex/bropd/"
"tex/latex/bropd/")
(base32
"1cyyadfvrcym4vvxl9p9zb88692m0578nqljip12xxahb4srcyb9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(native-inputs (list (texlive-updmap.cfg (list texlive-hypdoc))))
(home-page "https://ctan.org/pkg/bropd")
(synopsis "Simplified brackets and differentials in LaTeX")
(description
"The package simplifies the process of writing differential operators and
brackets in LaTeX. The commands facilitate the easy manipulation of equations
involving brackets and allow partial differentials to be expressed in an
alternate form.")
(license license:lppl1.3+)))
(define-public texlive-c-pascal
(package
(name "texlive-c-pascal")