mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: Add texlive-checklistings.
* gnu/packages/tex.scm (texlive-checklistings): New variable.
This commit is contained in:
parent
409d963ab9
commit
ca177406f7
1 changed files with 27 additions and 0 deletions
|
@ -1295,6 +1295,33 @@ (define-public texlive-bundledoc
|
||||||
environment.")
|
environment.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-checklistings
|
||||||
|
(package
|
||||||
|
(name "texlive-checklistings")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/checklistings/"
|
||||||
|
"scripts/checklistings/"
|
||||||
|
"source/latex/checklistings/"
|
||||||
|
"tex/latex/checklistings/")
|
||||||
|
(base32
|
||||||
|
"1ggq4i7nfx6ijqikgr48qgaaf7rd9h4a834gwsz8dv5f0zmgg1za")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments (list #:link-scripts #~(list "checklistings.sh")))
|
||||||
|
(home-page "https://ctan.org/pkg/checklistings")
|
||||||
|
(synopsis
|
||||||
|
"Pass verbatim contents through a compiler and reincorporate the resulting output")
|
||||||
|
(description
|
||||||
|
"This package augments the @code{fancyvrb} and @code{listings} packages
|
||||||
|
to allow the source code they contain to be checked by an external tool (like
|
||||||
|
a compiler). The external tool's messages can be automatically reincorporated
|
||||||
|
into the original document. The package does not focus on a specific
|
||||||
|
programming language, but it is designed to work well with languages and
|
||||||
|
compilers in the ML family.")
|
||||||
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
(define-public texlive-dvipsconfig
|
(define-public texlive-dvipsconfig
|
||||||
(package
|
(package
|
||||||
(name "texlive-dvipsconfig")
|
(name "texlive-dvipsconfig")
|
||||||
|
|
Loading…
Reference in a new issue