mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-doctools.
* gnu/packages/tex.scm (texlive-doctools): New variable.
This commit is contained in:
parent
080faadcf4
commit
2fc9ce99ab
1 changed files with 20 additions and 0 deletions
|
@ -79295,6 +79295,26 @@ (define-public texlive-docshots
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue