mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-eqexpl.
* gnu/packages/tex.scm (texlive-eqexpl): New variable.
This commit is contained in:
parent
41b28dc1f4
commit
ec2fdef1ca
1 changed files with 18 additions and 0 deletions
|
@ -3432,6 +3432,24 @@ (define-public texlive-eolang
|
|||
@url{https://www.eolang.org, EO} programming language.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-eqexpl
|
||||
(package
|
||||
(name "texlive-eqexpl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/eqexpl/" "tex/latex/eqexpl/")
|
||||
(base32
|
||||
"0crbq63m7ra20a1s1yka2v24spfvi86ls1v8asswdrf83zkdpibi")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/eqexpl")
|
||||
(synopsis "Align explanations for formulas")
|
||||
(description
|
||||
"This package tries to create perfectly formatted explanation of
|
||||
components of a formula.")
|
||||
(license license:cc-by-sa4.0)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue