mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-cluttex.
* gnu/packages/tex.scm (texlive-cluttex): New variable.
This commit is contained in:
parent
d30975067a
commit
ecd6935a09
1 changed files with 25 additions and 0 deletions
|
@ -1406,6 +1406,31 @@ (define-public texlive-clojure-pamphlet
|
||||||
chunk of code.")
|
chunk of code.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-cluttex
|
||||||
|
(package
|
||||||
|
(name "texlive-cluttex")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/support/cluttex/" "scripts/cluttex/")
|
||||||
|
(base32
|
||||||
|
"06i59jxanssx0hngnzkvmigg4gh0szm8n11095wlpdqrma1d162c")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments (list #:link-scripts #~(list "cluttex.lua")))
|
||||||
|
(home-page "https://ctan.org/pkg/cluttex")
|
||||||
|
(synopsis "Automation tool for running LaTeX")
|
||||||
|
(description
|
||||||
|
"This is another tool for the automation of LaTeX document processing,
|
||||||
|
like @command{latexmk} or @command{arara}. The main feature of this tool is
|
||||||
|
that it does not clutter your working directory with @file{.aux} or
|
||||||
|
@file{.log} or other auxiliary files. It has of course the usual features of
|
||||||
|
automation tools. It automatically re-runs (La)TeX for cross-references.
|
||||||
|
MakeIndex, BibTeX, Biber, or @command{makeglossaries} will be executed if
|
||||||
|
a corresponding option is set. Furthermore, @command{cluttex} can watch input
|
||||||
|
files for changes (using an external program).")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-dvipsconfig
|
(define-public texlive-dvipsconfig
|
||||||
(package
|
(package
|
||||||
(name "texlive-dvipsconfig")
|
(name "texlive-dvipsconfig")
|
||||||
|
|
Loading…
Reference in a new issue