me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-docutils.

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

View File

@ -79335,6 +79335,27 @@ LaTeX document, or within a @file{.dtx} file.")
that the result is acceptable for inclusion in reports, etc.")
(license license:lppl1.2+)))
(define-public texlive-docutils
(package
(name "texlive-docutils")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/docutils/" "tex/latex/docutils/")
(base32
"01rh5w1dicjszp51vkk5zcs5lzrdmgddfm6dy3nv666gxq12jrf7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/docutils")
(synopsis
"Helper commands and element definitions for Docutils LaTeX output")
(description
"The package is intended for use with LaTeX documents generated from
reStructuredText sources with Docutils. When generating LaTeX documents,
specify this package with the stylesheet configuration option, e.g.,
@samp{rst2latex --stylesheet=docutils exampledocument.txt}.")
(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