diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:03:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:29 +0200 |
commit | 55a741329e2d09990b36b88caf4655404dec3f1f (patch) | |
tree | 7e88e2dfce60bd0d64061c6d66247ced85396835 /gnu/packages | |
parent | 33124160951fa0b684585595bd187fa2755708d4 (diff) |
gnu: Add texlive-finbib.
* gnu/packages/tex.scm (texlive-finbib): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1c6b6811cd..9ecf4efff5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8578,6 +8578,22 @@ area.") ;; file, without limitation." (license (license:fsf-free "file://doc/plain/figflow/README")))) +(define-public texlive-finbib + (package + (name "texlive-finbib") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "bibtex/bst/finbib/") + (base32 + "1dr1ivhfb83ky3q82dzzv5vvc8bl84iq7am0p1rc8fjlbj95i4wm"))) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/finplain") + (synopsis "Finnish version of @file{plain.bst}") + (description "This package provides a Finnish version of +@file{plain.bst}.") + (license license:knuth))) + (define-public texlive-findhyph (package (name "texlive-findhyph") |