mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-latex-auxhook.
* gnu/packages/tex.scm (texlive-latex-auxhook): New public variable.
This commit is contained in:
parent
25de551c26
commit
f2543d82ae
1 changed files with 16 additions and 0 deletions
|
@ -2812,6 +2812,22 @@ (define-public texlive-latex-atveryend
|
||||||
of the @file{.aux} file.")
|
of the @file{.aux} file.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-auxhook
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-auxhook"
|
||||||
|
'("/doc/latex/auxhook/README.md"
|
||||||
|
"/tex/latex/auxhook/")
|
||||||
|
(base32
|
||||||
|
"1xh445shr00rh43nnz03xh8k2mdrxgsr03lllqpgvwhm6yzsydkf")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://www.ctan.org/pkg/auxhook")
|
||||||
|
(synopsis "Hooks for auxiliary files")
|
||||||
|
(description
|
||||||
|
"This package provides hooks for adding code at the beginning of
|
||||||
|
@file{.aux} files.")
|
||||||
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-latex-filecontents
|
(define-public texlive-latex-filecontents
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-filecontents")
|
(name "texlive-latex-filecontents")
|
||||||
|
|
Loading…
Reference in a new issue