mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-ltxtools.
* gnu/packages/tex.scm (texlive-ltxtools): New variable.
This commit is contained in:
parent
e70d162a01
commit
9cfd28a977
1 changed files with 18 additions and 0 deletions
|
@ -87770,6 +87770,24 @@ (define-public texlive-ltxnew
|
|||
all kind of control sequences.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-ltxtools
|
||||
(package
|
||||
(name "texlive-ltxtools")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ltxtools/" "tex/latex/ltxtools/")
|
||||
(base32
|
||||
"0rvwdnx33k805xb72vdi6r3gw6kmw1apjiqrf0ggvi9dl2r4pfbj")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ltxtools")
|
||||
(synopsis "Collection of LaTeX API macros")
|
||||
(description
|
||||
"This is a bundle of macros that the author uses in the coding of others of
|
||||
his macro files.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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