mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-generic-atbegshi.
* gnu/packages/tex.scm (texlive-generic-atbegshi): New public variable.
This commit is contained in:
parent
935784ba34
commit
e68df1408a
1 changed files with 18 additions and 0 deletions
|
@ -7282,6 +7282,24 @@ (define-public texlive-latex-koma-script
|
|||
typearea (which are the main parts of the bundle).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-generic-atbegshi
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-generic-atbegshi"
|
||||
'("/doc/latex/atbegshi/"
|
||||
"/tex/generic/atbegshi/")
|
||||
(base32
|
||||
"184fr5kd3wl44ix63lwb3ll7dhiikkyw1czbnzrl4am4rx0zh4d8")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/atbegshi")
|
||||
(synopsis "Execute commands at @code{\\shipout} time")
|
||||
(description
|
||||
"This package is a modern reimplementation of package @code{everyshi},
|
||||
providing various commands to be executed before a @code{\\shipout} command.
|
||||
It makes use of e-TeX’s facilities if they are available. The package may
|
||||
be used either with LaTeX or with plain TeX.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-generic-infwarerr
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue