guix-commits
[Top][All Lists]
Advanced

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

139/163: gnu: Add texlive-notex-bst.


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

ngz pushed a commit to branch master
in repository guix.

commit e4dbc07c9b66d750350f31f8537ee70ce606fec7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:34:15 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ad496bd136..3d82f961ba 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14103,6 +14103,24 @@ be used with @code{natbib} and BibLaTeX as well as 
plain LaTeX citations.
 Both sorted and unsorted bibliography styles are supported.")
     (license license:lppl1.3c)))
 
+(define-public texlive-notex-bst
+  (package
+    (name "texlive-notex-bst")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/notex-bst/")
+             (base32
+              "14r3q4z35k5n0rl2igjs4lj5ic4yd14xksg1qam5klb6raaf1jkh")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/notex-bst";)
+    (synopsis "BibTeX style that outputs HTML")
+    (description
+     "@file{noTeX.bst} produces a number of beautifully formatted HTML
+@samp{P} elements instead of TeX code.  It can be used to automatically
+generate bibliographies to be served on the web starting from BibTeX files.")
+    (license license:public-domain)))
+
 (define-public texlive-nuc
   (package
     (name "texlive-nuc")



reply via email to

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