guix-commits
[Top][All Lists]
Advanced

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

142/163: gnu: Add texlive-plainyr.


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

ngz pushed a commit to branch master
in repository guix.

commit 9613592ccb73c69f56d32daa73103f00b1a75c4d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:35:54 2023 +0200

    gnu: Add texlive-plainyr.
    
    * gnu/packages/tex.scm (texlive-plainyr): 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 8443d224ce..36c21cdba8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14933,6 +14933,23 @@ It is designed as a tool that is easy to use, with a 
lean syntax, native to
 LaTeX, and directly supporting PDF output format.")
     (license license:lppl1.3c)))
 
+(define-public texlive-plainyr
+  (package
+    (name "texlive-plainyr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/plainyr/")
+             (base32
+              "09py8psdqqnxmq2nkczxz092668zscvf9hbr6fcvrnj0blvz3wxy")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/plainyr";)
+    (synopsis "Plain bibliography style, sorted by year first")
+    (description
+     "This is a version of the standard plain BibTeX style, modified to sort
+chronologically (by year) first, then by author, title, etc.")
+    (license license:knuth)))
+
 (define-public texlive-plari
   (package
     (name "texlive-plari")



reply via email to

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