mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-docutils.
* gnu/packages/tex.scm (texlive-docutils): New variable.
This commit is contained in:
parent
114a601d4a
commit
d6d4ccdd83
1 changed files with 21 additions and 0 deletions
|
@ -79335,6 +79335,27 @@ (define-public texlive-documentation
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue