[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/245: gnu: Add texlive-bpchem.
From: |
guix-commits |
Subject: |
26/245: gnu: Add texlive-bpchem. |
Date: |
Sun, 30 Jul 2023 13:46:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 017708cbc5b70b58994ee0840344e5caff7e72a0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:07:22 2023 +0200
gnu: Add texlive-bpchem.
* gnu/packages/tex.scm (texlive-bpchem): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bdedd0dec3..f98d7491bf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1955,6 +1955,26 @@ south-east, etc.); 12 types and 32 directions are
available.")
@code{mathcmd}, @code{quotes}, and @code{sobolev}.")
(license license:lppl)))
+(define-public texlive-bpchem
+ (package
+ (name "texlive-bpchem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bpchem/" "source/latex/bpchem/"
+ "tex/latex/bpchem/")
+ (base32
+ "0qm0w43iyh42l3srhqsgqq5yjxx3ghxamq6nh68qq6x4izlyv51z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bpchem")
+ (synopsis "Typeset chemical names, formulae, etc")
+ (description
+ "The package provides support for typesetting simple chemical formulae,
+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-c-pascal
(package
(name "texlive-c-pascal")
- 56/245: gnu: Add texlive-conteq., (continued)
- 56/245: gnu: Add texlive-conteq., guix-commits, 2023/07/30
- 67/245: gnu: Add texlive-digiconfigs., guix-commits, 2023/07/30
- 76/245: gnu: Add texlive-endiagram., guix-commits, 2023/07/30
- 80/245: gnu: Add texlive-eqexpl., guix-commits, 2023/07/30
- 05/245: gnu: Add texlive-algorithm2e., guix-commits, 2023/07/30
- 08/245: gnu: Add texlive-algpseudocodex., guix-commits, 2023/07/30
- 13/245: gnu: Add texlive-annotate-equations., guix-commits, 2023/07/30
- 15/245: gnu: Add texlive-autobreak., guix-commits, 2023/07/30
- 20/245: gnu: Add texlive-biocon., guix-commits, 2023/07/30
- 32/245: gnu: Add texlive-causets., guix-commits, 2023/07/30
- 26/245: gnu: Add texlive-bpchem.,
guix-commits <=
- 46/245: gnu: Add texlive-chemstyle., guix-commits, 2023/07/30
- 50/245: gnu: Add texlive-commath., guix-commits, 2023/07/30
- 62/245: gnu: Add texlive-delim., guix-commits, 2023/07/30
- 63/245: gnu: Add texlive-delimseasy., guix-commits, 2023/07/30
- 65/245: gnu: Add texlive-derivative., guix-commits, 2023/07/30
- 70/245: gnu: Add texlive-drawstack., guix-commits, 2023/07/30
- 73/245: gnu: Add texlive-econometrics., guix-commits, 2023/07/30
- 82/245: gnu: Add texlive-eqnnumwarn., guix-commits, 2023/07/30
- 75/245: gnu: Add texlive-emf., guix-commits, 2023/07/30
- 78/245: gnu: Add texlive-iexec., guix-commits, 2023/07/30