mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-lisp-on-tex.
* gnu/packages/tex.scm (texlive-lisp-on-tex): New variable.
This commit is contained in:
parent
080dea227e
commit
b614d3fc53
1 changed files with 20 additions and 0 deletions
|
@ -87250,6 +87250,26 @@ (define-public texlive-linop
|
|||
theory, and linear algebra, in any of the ways commonly in use.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lisp-on-tex
|
||||
(package
|
||||
(name "texlive-lisp-on-tex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lisp-on-tex/"
|
||||
"tex/latex/lisp-on-tex/")
|
||||
(base32
|
||||
"07d4bw1hs3vl8yrix13cski3gzdv6sd3s32amdnca7sjjbfp9b0l")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lisp-on-tex")
|
||||
(synopsis "Execute LISP code in a LaTeX document")
|
||||
(description
|
||||
"The package provides a LISP interpreter written using TeX macros; it is
|
||||
provided as a LaTeX package. The interpreter static scoping, dynamic typing,
|
||||
and eager evaluation.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue