mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add texlive-catchfile.
* gnu/packages/tex.scm (texlive-catchfile): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
83108a60e7
commit
d53e46cabf
1 changed files with 20 additions and 0 deletions
|
@ -5304,6 +5304,26 @@ (define-public texlive-carlisle
|
|||
in LaTeX documents; a jiffy to create slashed characters for physicists.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-catchfile
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-catchfile"
|
||||
(list "/doc/latex/catchfile/"
|
||||
"/source/latex/catchfile/"
|
||||
"/tex/generic/catchfile/")
|
||||
(base32
|
||||
"1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx"))))
|
||||
(package
|
||||
(inherit template)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments template)
|
||||
((#:tex-directory _ #t)
|
||||
"latex/catchfile")))
|
||||
(home-page "https://ctan.org/macros/latex/contrib/catchfile")
|
||||
(synopsis "Catch an external file into a macro")
|
||||
(description
|
||||
"Catchfile catches the contents of a file and puts it in a macro.")
|
||||
(license license:lppl1.3+))))
|
||||
|
||||
(define-public texlive-doi
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue