mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-objectz.
* gnu/packages/tex.scm (texlive-objectz): New variable.
This commit is contained in:
parent
5ca12f00c7
commit
a9d292e276
1 changed files with 18 additions and 0 deletions
|
@ -5223,6 +5223,24 @@ (define-public texlive-numerica-tables
|
|||
mathematical function values.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-objectz
|
||||
(package
|
||||
(name "texlive-objectz")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/objectz/" "source/latex/objectz/"
|
||||
"tex/latex/objectz/")
|
||||
(base32
|
||||
"0a10ajlpmx6gfg4h9rvwf0q7zkb843pl5xfcsd9pzfg33245wbrz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/objectz")
|
||||
(synopsis "Macros for typesetting Object Z")
|
||||
(description
|
||||
"The package will typeset both Z and Object-Z specifications.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue