mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-bpchem.
* gnu/packages/tex.scm (texlive-bpchem): New variable.
This commit is contained in:
parent
6f2a0e4435
commit
017708cbc5
1 changed files with 20 additions and 0 deletions
|
@ -1955,6 +1955,26 @@ (define-public texlive-bosisio
|
|||
@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")
|
||||
|
|
Loading…
Reference in a new issue