guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

107/163: gnu: Add texlive-fbs.


From: guix-commits
Subject: 107/163: gnu: Add texlive-fbs.
Date: Sat, 19 Aug 2023 14:39:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 83ca20dd7cf5381f19d4d331d2675b4ffac988ca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:10:40 2023 +0200

    gnu: Add texlive-fbs.
    
    * gnu/packages/tex.scm (texlive-fbs): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 252fa9c380..4c559eb05b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8658,6 +8658,23 @@ the chapters.  Each chapter can consist of three 
sections: the lesson, the
 exercises and the activities.")
     (license license:lppl)))
 
+(define-public texlive-fbs
+  (package
+    (name "texlive-fbs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/fbs/")
+             (base32
+              "18h6n8azrnk2qabv30kpa8gmj2ljkvx0nqs8qb9r8dxxnhng78ch")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fbs";)
+    (synopsis "BibTeX style for @emph{Frontiers in Bioscience}")
+    (description
+     "This package provides a BibTeX style file made with @code{custom}-bib to
+fit @emph{Frontiers in Bioscience} requirements.")
+    (license license:lppl)))
+
 (define-public texlive-fduthesis
   (package
     (name "texlive-fduthesis")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]