me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-doctools.

* gnu/packages/tex.scm (texlive-doctools): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:19 +02:00
parent 080faadcf4
commit 2fc9ce99ab
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -79295,6 +79295,26 @@ snapshots, in two-column formatting. You can use it either in @file{.dtx}
documentation or in @file{.tex} files.")
(license license:expat)))
(define-public texlive-doctools
(package
(name "texlive-doctools")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/doctools/"
"source/latex/doctools/"
"tex/latex/doctools/")
(base32
"0zsw9cj27lmjjsqibskfxizbsbcqwrdbd87s283j8pkdsqda8fc4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/doctools")
(synopsis "Tools for the documentation of LaTeX code")
(description
"The package provides a collection of tools for use either in an ordinary
LaTeX document, or within a @file{.dtx} file.")
(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