mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-ghsystem.
* gnu/packages/tex.scm (texlive-ghsystem): New variable.
This commit is contained in:
parent
27afa28be1
commit
92ffb120df
1 changed files with 19 additions and 0 deletions
|
@ -3779,6 +3779,25 @@ (define-public texlive-gene-logic
|
|||
environment (NewTheorem), and several macros.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public texlive-ghsystem
|
||||
(package
|
||||
(name "texlive-ghsystem")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ghsystem/" "tex/latex/ghsystem/")
|
||||
(base32
|
||||
"1a8plly9zcbym67yzk6rp5mlk12lngmhdx6c3riar2w86nlvq55l")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ghsystem")
|
||||
(synopsis "Globally harmonised system of chemical (etc) naming")
|
||||
(description
|
||||
"The package provides the means to typeset all the hazard and
|
||||
precautionary statements and pictograms in a straightforward way. The
|
||||
statements are taken from EU regulation 1272/2008.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue