mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: Add texlive-thermodynamics.
* gnu/packages/tex.scm (texlive-thermodynamics): New variable.
This commit is contained in:
parent
24455759cd
commit
a64e00b694
1 changed files with 26 additions and 0 deletions
|
@ -6740,6 +6740,32 @@ (define-public texlive-textopo
|
||||||
membrane protein topology plots and helical wheels.")
|
membrane protein topology plots and helical wheels.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-thermodynamics
|
||||||
|
(package
|
||||||
|
(name "texlive-thermodynamics")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/thermodynamics/"
|
||||||
|
"source/latex/thermodynamics/"
|
||||||
|
"tex/latex/thermodynamics/")
|
||||||
|
(base32
|
||||||
|
"0shhwyhwrrkclbacqajgr5gk331pypnmn6pladkfmw87l5p4c5dh")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/thermodynamics")
|
||||||
|
(synopsis "Macros for multicomponent thermodynamics documents")
|
||||||
|
(description
|
||||||
|
"This package makes typesetting quantities found in thermodynamics texts
|
||||||
|
relatively simple. The commands are flexible and intended to be relatively
|
||||||
|
intuitive. It handles several sets of notation for total, specific, and molar
|
||||||
|
quantities; allows changes between symbols (e.g., @samp{A} vs. @samp{F} for
|
||||||
|
Helmholtz free energy); and greatly simplifies the typesetting of symbols and
|
||||||
|
partial derivatives commonly encountered in mixture thermodynamics. Changes
|
||||||
|
of one's notes from one textbook to another can be achieved relatively easily
|
||||||
|
by changing package options.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue