mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add texlive-fvextra.
* gnu/packages/tex.scm (texlive-fvextra): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7a01586afe
commit
08e46c3001
1 changed files with 22 additions and 0 deletions
|
@ -11173,6 +11173,28 @@ (define-public texlive-floatflt
|
|||
tables and figures to be set left/right or alternating on even/odd pages.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-fvextra
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-fvextra"
|
||||
(list "/doc/latex/fvextra/"
|
||||
"/source/latex/fvextra/"
|
||||
"/tex/latex/fvextra/")
|
||||
(base32
|
||||
"0nawx1fh55yhqspy5jgss2qmwpqmikfrg7628smk931rph9nq0aa"))))
|
||||
(package
|
||||
(inherit template)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments template)
|
||||
((#:tex-directory _ #t)
|
||||
"latex/fvextra")))
|
||||
(home-page "https://ctan.org/macros/latex/contrib/fvextra")
|
||||
(synopsis "Extensions and patches for fancyvrb")
|
||||
(description
|
||||
"This package provides several extensions to fancyvrb, including
|
||||
automatic line breaking and improved math mode. It also patches some fancyvrb
|
||||
internals.")
|
||||
(license license:lppl1.3+))))
|
||||
|
||||
(define-public bibtool
|
||||
(package
|
||||
(name "bibtool")
|
||||
|
|
Loading…
Reference in a new issue