guix-commits
[Top][All Lists]
Advanced

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

134/163: gnu: Add texlive-munich.


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

ngz pushed a commit to branch master
in repository guix.

commit 66fd1cceb4c01210046d93dfef62f55f743f3fd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:30:48 2023 +0200

    gnu: Add texlive-munich.
    
    * gnu/packages/tex.scm (texlive-munich): 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 718f826464..02e3a5b8ff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13478,6 +13478,25 @@ related to multiobjective optimisation, multiobjective 
evolutionary
 algorithms, multicriteria decision making and similar fields.")
     (license license:lppl)))
 
+(define-public texlive-munich
+  (package
+    (name "texlive-munich")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/munich/" "doc/latex/munich/")
+             (base32
+              "1w464hiivzccfk0i4hz60x3q14h38y2yzycldckx144q0z6i4c5r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/munich";)
+    (synopsis "Alternative author-date bibliography style")
+    (description
+     "The Munich BibTeX style is produced with @code{custom-bib}, as a German
+(and, more generally, Continental European) alternative to such author-date
+styles as @code{harvard} and @code{oxford}.")
+    (license license:lppl)))
+
 (define-public texlive-musical
   (package
     (name "texlive-musical")



reply via email to

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