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 @@ where the break starts. The author may then either add the hyphenation to the
|
||||||
white-list, or adjust the document to avoid the break.")
|
white-list, or adjust the document to avoid the break.")
|
||||||
(license license:expat)))
|
(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
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in a new issue