[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/296: gnu: Add texlive-har2nat.
From: |
guix-commits |
Subject: |
83/296: gnu: Add texlive-har2nat. |
Date: |
Thu, 24 Aug 2023 05:20:09 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c0fba5b0ccf94fec1cc6e8ed9fe7a16e2aa23762
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:44:56 2023 +0200
gnu: Add texlive-har2nat.
* gnu/packages/tex.scm (texlive-har2nat): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b301bd77e2..9582a7198d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15706,6 +15706,25 @@ the towers with (up to) 15 discs.")
through it.")
(license license:public-domain)))
+(define-public texlive-har2nat
+ (package
+ (name "texlive-har2nat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/har2nat/" "tex/latex/har2nat/")
+ (base32
+ "13akhwjx48lkch46pk2syzizham3rk81ihrzbwxsvapa1fw74dzg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/har2nat")
+ (synopsis "Replace the @code{harvard} package with @code{natbib}")
+ (description
+ "This small package allows a LaTeX document containing the citation
+commands provided by the @code{harvard} package to be compiled using the
+@code{natbib} package.")
+ (license license:lppl)))
+
(define-public texlive-harmony
(package
(name "texlive-harmony")
- 82/296: gnu: Add texlive-hagenberg-thesis., (continued)
- 82/296: gnu: Add texlive-hagenberg-thesis., guix-commits, 2023/08/24
- 84/296: gnu: Add texlive-hecthese., guix-commits, 2023/08/24
- 91/296: gnu: Add texlive-hobete., guix-commits, 2023/08/24
- 92/296: gnu: Add texlive-hu-berlin-bundle., guix-commits, 2023/08/24
- 95/296: gnu: Add texlive-ieeeconf., guix-commits, 2023/08/24
- 96/296: gnu: Add texlive-ieeepes., guix-commits, 2023/08/24
- 98/296: gnu: Add texlive-ijmart., guix-commits, 2023/08/24
- 109/296: gnu: Add texlive-jpsj., guix-commits, 2023/08/24
- 108/296: gnu: Add texlive-jourcl., guix-commits, 2023/08/24
- 71/296: gnu: Add texlive-fei., guix-commits, 2023/08/24
- 83/296: gnu: Add texlive-har2nat.,
guix-commits <=
- 105/296: gnu: Add texlive-jacow., guix-commits, 2023/08/24
- 112/296: gnu: Add texlive-projlib., guix-commits, 2023/08/24
- 101/296: gnu: Add texlive-imtekda., guix-commits, 2023/08/24
- 114/296: gnu: Add texlive-einfart., guix-commits, 2023/08/24
- 116/296: gnu: Add texlive-kdgdocs., guix-commits, 2023/08/24
- 118/296: gnu: Add texlive-kdpcover., guix-commits, 2023/08/24
- 113/296: gnu: Add texlive-minimalist., guix-commits, 2023/08/24
- 124/296: gnu: Add texlive-langsci-avm., guix-commits, 2023/08/24
- 127/296: gnu: Add texlive-llncs., guix-commits, 2023/08/24
- 128/296: gnu: Add texlive-llncsconf., guix-commits, 2023/08/24