mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add texlive-texments.
* gnu/packages/tex.scm (texlive-texments): New variable.
This commit is contained in:
parent
97238158f5
commit
375bb1bcde
1 changed files with 21 additions and 0 deletions
|
@ -97779,6 +97779,27 @@ (define-public texlive-texmate
|
||||||
@code{chessfss} system.")
|
@code{chessfss} system.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-texments
|
||||||
|
(package
|
||||||
|
(name "texlive-texments")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/texments/"
|
||||||
|
"source/latex/texments/"
|
||||||
|
"tex/latex/texments/")
|
||||||
|
(base32
|
||||||
|
"06k1nfxdnl811sw4n9blp863a903ryh7b4m79rjj367kzs2zkbca")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/texments")
|
||||||
|
(synopsis "Using the Pygments highlighter in LaTeX")
|
||||||
|
(description
|
||||||
|
"This package provides a package which allows to use the Pygments highlighter
|
||||||
|
inside LaTeX documents. Pygments supports syntax colouring of over 50 types
|
||||||
|
of files, and ships with multiple colour schemes.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue