guix-commits
[Top][All Lists]
Advanced

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

20/163: gnu: Add texlive-biblatex-ajc2020unofficial.


From: guix-commits
Subject: 20/163: gnu: Add texlive-biblatex-ajc2020unofficial.
Date: Sat, 19 Aug 2023 14:39:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e28fc956396e060643f0365f0aa0d7cfea8538fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:44:16 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2fe0474695..582e4de5eb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3399,6 +3399,26 @@ package provides three different style files derived 
from each of the standard
 Association of Technical Norms) rules.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-ajc2020unofficial
+  (package
+    (name "texlive-biblatex-ajc2020unofficial")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-ajc2020unofficial/"
+                   "tex/latex/biblatex-ajc2020unofficial/")
+             (base32
+              "1ngh68a7ihhvpdfz09c087pfqnnpj3mnm8c4jmw8krq52b79fr87")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-ajc2020unofficial";)
+    (synopsis "BibLaTeX style for the Australasian Journal of Combinatorics")
+    (description
+     "This is an unofficial BibLaTeX style for the Australasian Journal of
+Combinatorics.  Note that the journal (as for 01 March 2020) does not accept
+BibLaTeX, so you probably want to use @code{biblatex2bibitem}.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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