gnu: texlive-logreq: Refresh package definition.
* gnu/packages/tex.scm (texlive-logreq): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-GRAPHICS.
parent
dbe43a3fbf
commit
26944757fb
|
@ -10768,36 +10768,32 @@ styles as well as the optional active quotes are freely configurable.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3c+))))
|
||||||
|
|
||||||
(define-public texlive-logreq
|
(define-public texlive-logreq
|
||||||
(let ((template (simple-texlive-package
|
|
||||||
"texlive-logreq"
|
|
||||||
(list "/doc/latex/logreq/"
|
|
||||||
"/tex/latex/logreq/")
|
|
||||||
(base32
|
|
||||||
"13difccs3cxlkqlnhw286yb0c7mifrxfd402a2x5wwxv0m1kgfqd")
|
|
||||||
#:trivial? #t)))
|
|
||||||
(package
|
(package
|
||||||
(inherit template)
|
(name "texlive-logreq")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/logreq/" "tex/latex/logreq/")
|
||||||
|
(base32
|
||||||
|
"13difccs3cxlkqlnhw286yb0c7mifrxfd402a2x5wwxv0m1kgfqd")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-etoolbox))
|
(list texlive-etoolbox
|
||||||
(home-page "https://www.ctan.org/pkg/logreq")
|
texlive-graphics))
|
||||||
|
(home-page "https://ctan.org/pkg/logreq")
|
||||||
(synopsis "Support for automation of the LaTeX workflow")
|
(synopsis "Support for automation of the LaTeX workflow")
|
||||||
(description "The package helps to automate a typical LaTeX
|
(description
|
||||||
workflow that involves running LaTeX several times and running tools
|
"The package helps to automate a typical LaTeX workflow that involves
|
||||||
such as BibTeX or makeindex. It will log requests like \"please rerun
|
running LaTeX several times, running tools such as BibTeX or makeindex, and so
|
||||||
LaTeX\" or \"please run BibTeX on file X\" to an external file in a
|
on. It will log requests like ``please rerun LaTeX'' or ``please run BibTeX
|
||||||
machine-readable format. Compiler scripts and integrated LaTeX
|
on file X'' to an external XML file which lists all open tasks in
|
||||||
editing environments may parse this file to determine the next steps
|
a machine-readable format. Compiler scripts and integrated LaTeX editing
|
||||||
in the workflow. In sum, the package will do two things:
|
environments may parse this file to determine the next steps in the
|
||||||
|
workflow. In sum, the package will do two things: enable package authors to
|
||||||
@enumerate
|
use LaTeX commands to issue requests, collect all requests from all packages
|
||||||
@item
|
and write them to an external XML file at the end of the document.")
|
||||||
enable package authors to use LaTeX commands to issue requests, and
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
@item
|
|
||||||
collect all requests from all packages and write them to an external
|
|
||||||
XML file.
|
|
||||||
@end enumerate\n")
|
|
||||||
(license license:lppl1.3c))))
|
|
||||||
|
|
||||||
(define-public texlive-biblatex
|
(define-public texlive-biblatex
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue