me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bropd.

* gnu/packages/tex.scm (texlive-bropd): New variable.
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
1 changed files with 23 additions and 0 deletions

View File

@ -1975,6 +1975,29 @@ those long IUPAC compound names, and some chemical idioms. It also supports
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")