guix-commits
[Top][All Lists]
Advanced

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

110/163: gnu: Add texlive-francais-bst.


From: guix-commits
Subject: 110/163: gnu: Add texlive-francais-bst.
Date: Sat, 19 Aug 2023 14:39:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5e5b80b010b4c836d7b9698aecb2ded677b714a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:13:21 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7fa58cc35a..26160cdf95 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8978,6 +8978,28 @@ level, as appropriate.  The package provides an 
alternative to the use of the
 @code{\\sideset} command in the @code{amsmath} package.")
     (license license:lppl)))
 
+(define-public texlive-francais-bst
+  (package
+    (name "texlive-francais-bst")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/francais-bst/"
+                   "doc/bibtex/francais-bst/"
+                   "tex/latex/francais-bst/")
+             (base32
+              "19dz9n5wy2phjzm4kk9axvk00akmj07ccw0avkq644z87ksgzqws")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/francais-bst";)
+    (synopsis "Bibliographies conforming to French typographic standards")
+    (description
+     "The package provides bibliographies (in French) conforming to the rules
+in @emph{Guide de la communication ecrite} (Malo, M., Quebec Amerique, 1996).
+The BibTeX styles were generated using @code{custom-bib} and they are
+compatible with @code{natbib}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-frenchmath
   (package
     (name "texlive-frenchmath")



reply via email to

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