mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add texlive-lua-physical.
* gnu/packages/tex.scm (texlive-lua-physical): New variable.
This commit is contained in:
parent
73196d173c
commit
d7a763c187
1 changed files with 22 additions and 0 deletions
|
@ -87810,6 +87810,28 @@ (define-public texlive-lua-check-hyphen
|
|||
white-list, or adjust the document to avoid the break.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-lua-physical
|
||||
(package
|
||||
(name "texlive-lua-physical")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/lua-physical/"
|
||||
"scripts/lua-physical/")
|
||||
(base32
|
||||
"1bkzlzbpa26iw78qpp00svrzndcw78kcw1zv39hwbsyk9lz2a39s")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lua-physical")
|
||||
(synopsis
|
||||
"Functions and objects for the computation of physical quantities")
|
||||
(description
|
||||
"This is a pure Lua library, which provides functions and objects for the
|
||||
computation of physical quantities. The package provides units of the SI and
|
||||
the imperial system. In order to display the numbers with measurement
|
||||
uncertainties, the package is able to perform Gaussian error propagation.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue