[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/245: gnu: Add texlive-bropd.
From: |
guix-commits |
Subject: |
27/245: gnu: Add texlive-bropd. |
Date: |
Sun, 30 Jul 2023 13:46:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 21718c6516708c38e3d2262b9fa769af74ff96a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:07:35 2023 +0200
gnu: Add texlive-bropd.
* gnu/packages/tex.scm (texlive-bropd): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f98d7491bf..217a40f80d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")
- 01/245: gnu: Add texlive-12many., (continued)
- 01/245: gnu: Add texlive-12many., guix-commits, 2023/07/30
- 03/245: gnu: Add texlive-alg., guix-commits, 2023/07/30
- 04/245: gnu: Add texlive-algobox., guix-commits, 2023/07/30
- 07/245: gnu: Add texlive-algorithms., guix-commits, 2023/07/30
- 06/245: gnu: Add texlive-algorithmicx., guix-commits, 2023/07/30
- 14/245: gnu: Add texlive-apxproof., guix-commits, 2023/07/30
- 19/245: gnu: Add texlive-binomexp., guix-commits, 2023/07/30
- 21/245: gnu: Add texlive-bitpattern., guix-commits, 2023/07/30
- 25/245: gnu: Add texlive-bosisio., guix-commits, 2023/07/30
- 34/245: gnu: Add texlive-ccool., guix-commits, 2023/07/30
- 27/245: gnu: Add texlive-bropd.,
guix-commits <=
- 42/245: gnu: Add texlive-chemobabel., guix-commits, 2023/07/30
- 37/245: gnu: Add texlive-chemcono., guix-commits, 2023/07/30
- 33/245: gnu: Add texlive-ccfonts., guix-commits, 2023/07/30
- 35/245: gnu: Add texlive-chemarrow., guix-commits, 2023/07/30
- 31/245: gnu: Add texlive-cartonaugh., guix-commits, 2023/07/30
- 40/245: gnu: Add texlive-chemmacros., guix-commits, 2023/07/30
- 39/245: gnu: Add texlive-chemformula., guix-commits, 2023/07/30
- 43/245: gnu: Add texlive-chemplants., guix-commits, 2023/07/30
- 51/245: gnu: Add texlive-commutative-diagrams., guix-commits, 2023/07/30
- 53/245: gnu: Add texlive-computational-complexity., guix-commits, 2023/07/30