guix-commits
[Top][All Lists]
Advanced

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

88/163: gnu: Add texlive-chbibref.


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

ngz pushed a commit to branch master
in repository guix.

commit 0f9de640d38c6e9f59e7bf53c4f0920cc9304ee2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 11:58:13 2023 +0200

    gnu: Add texlive-chbibref.
    
    * gnu/packages/tex.scm (texlive-chbibref): 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 3a7e4bce06..cf987dcfbb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5801,6 +5801,24 @@ distribution), developed from the same author's JMB 
style.  A supporting LaTeX
 package is also provided.")
     (license license:public-domain)))
 
+(define-public texlive-chbibref
+  (package
+    (name "texlive-chbibref")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chbibref/" "tex/latex/chbibref/")
+             (base32
+              "1k4cwy4z0kacikpvxkk3y68apw2x33sh06yccb1s894r1bn3c1qi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chbibref";)
+    (synopsis "Change the Bibliography and References title")
+    (description
+     "This package defines a single command, @code{\\setbibref}, which sets
+whichever of @code{\\bibname} and @code{\\refname} is in use.")
+    (license license:lppl)))
+
 (define-public texlive-chemarrow
   (package
     (name "texlive-chemarrow")



reply via email to

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