[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/243: gnu: Add texlive-apalike-german.
From: |
guix-commits |
Subject: |
155/243: gnu: Add texlive-apalike-german. |
Date: |
Fri, 11 Aug 2023 08:46:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b5464272f4fac616a6688c2811c5ba2fcf6bc77d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:36:48 2023 +0200
gnu: Add texlive-apalike-german.
* gnu/packages/tex.scm (texlive-apalike-german): 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 bc5d6725cb..2d6d8e5a9f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36558,6 +36558,25 @@ for citations. The package follows the 6th edition of
the APA manual, and is
designed to work with the @code{apa6} class.")
(license license:lppl)))
+(define-public texlive-apalike-german
+ (package
+ (name "texlive-apalike-german")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/apalike-german/"
+ "doc/bibtex/apalike-german/")
+ (base32
+ "15mr1s9622bj5vmmlw7cp0afcbrz2h4kq9cp303ijklcslfsx748")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/apalike-german")
+ (synopsis "Copy of @file{apalike.bst} with German localization")
+ (description
+ "This package provides a copy of @file{apalike.bst}, which is part of the
+base BibTeX distribution, with German localization.")
+ (license license:lppl1.3c)))
+
(define-public texlive-endfloat
(package
(name "texlive-endfloat")
- 129/243: gnu: Add texlive-expose-expl3-dunkerque-2019., (continued)
- 129/243: gnu: Add texlive-expose-expl3-dunkerque-2019., guix-commits, 2023/08/11
- 130/243: gnu: Add texlive-facture., guix-commits, 2023/08/11
- 131/243: gnu: Add texlive-formation-latex-ul., guix-commits, 2023/08/11
- 132/243: gnu: Add texlive-frenchmath., guix-commits, 2023/08/11
- 137/243: gnu: Add texlive-l2tabu-french., guix-commits, 2023/08/11
- 140/243: gnu: Add texlive-lshort-french., guix-commits, 2023/08/11
- 141/243: gnu: Add texlive-mafr., guix-commits, 2023/08/11
- 143/243: gnu: Add texlive-proflabo., guix-commits, 2023/08/11
- 145/243: gnu: Add texlive-tabvar., guix-commits, 2023/08/11
- 147/243: gnu: Add texlive-translation-array-fr., guix-commits, 2023/08/11
- 155/243: gnu: Add texlive-apalike-german.,
guix-commits <=
- 157/243: gnu: Add texlive-booktabs-de., guix-commits, 2023/08/11
- 163/243: gnu: Add texlive-german., guix-commits, 2023/08/11
- 162/243: gnu: Add texlive-fifinddo-info., guix-commits, 2023/08/11
- 164/243: gnu: Add texlive-germbib., guix-commits, 2023/08/11
- 174/243: gnu: Add texlive-milog., guix-commits, 2023/08/11
- 178/243: gnu: Add texlive-templates-fenn., guix-commits, 2023/08/11
- 166/243: gnu: Add texlive-hausarbeit-jura., guix-commits, 2023/08/11
- 183/243: gnu: Add texlive-translation-biblatex-de., guix-commits, 2023/08/11
- 184/243: gnu: Add texlive-translation-chemsym-de., guix-commits, 2023/08/11
- 172/243: gnu: Add texlive-lualatex-doc-de., guix-commits, 2023/08/11