gnu: Add texlive-physunits.
* gnu/packages/tex.scm (texlive-physunits): New variable.
This commit is contained in:
parent
b16a1f98c9
commit
196dd9c2ad
1 changed files with 22 additions and 0 deletions
|
@ -5454,6 +5454,28 @@ (define-public texlive-physics2
|
|||
@end itemize")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-physunits
|
||||
(package
|
||||
(name "texlive-physunits")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/physunits/"
|
||||
"source/latex/physunits/"
|
||||
"tex/latex/physunits/")
|
||||
(base32
|
||||
"139qcg10879q17l84kqh8x1rzp8bgdcyd4iaxwgl4qlnrkg5rbl5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/physunits")
|
||||
(synopsis "Macros for commonly used physical units")
|
||||
(description
|
||||
"This package provides a collection of macros to simplify using physical units
|
||||
(e.g., @samp{m} for meters, @samp{J} for joules, etc.), especially in math
|
||||
mode. All major SI units are included, as well as some @acronym{CGS,
|
||||
Centimetre–Gram–Second} units used in astronomy.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue