mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add texlive-physics.
* gnu/packages/tex.scm (texlive-physics): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
54ec9c1415
commit
46148a36c9
1 changed files with 16 additions and 0 deletions
|
@ -11423,3 +11423,19 @@ (define-public texlive-datatool
|
||||||
is provided for mail merging, indexing, creating glossaries, manipulating
|
is provided for mail merging, indexing, creating glossaries, manipulating
|
||||||
bibliographies, and displaying personal pronouns.")
|
bibliographies, and displaying personal pronouns.")
|
||||||
(license license:lppl1.3+))))
|
(license license:lppl1.3+))))
|
||||||
|
|
||||||
|
(define-public texlive-physics
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-physics"
|
||||||
|
'("/doc/latex/physics/"
|
||||||
|
"/tex/latex/physics/")
|
||||||
|
(base32
|
||||||
|
"1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://ctan.org/pkg/physics")
|
||||||
|
(synopsis "Macros supporting the Mathematics of Physics")
|
||||||
|
(description "The package defines simple and flexible macros for
|
||||||
|
typesetting equations in the languages of vector calculus and linear
|
||||||
|
algebra, using Dirac notation.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
Loading…
Reference in a new issue