guix-commits
[Top][All Lists]
Advanced

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

116/163: gnu: Add texlive-historische-zeitschrift.


From: guix-commits
Subject: 116/163: gnu: Add texlive-historische-zeitschrift.
Date: Sat, 19 Aug 2023 14:39:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7a4f727808a19b4edba0f96484f770b581bbad35
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:17:41 2023 +0200

    gnu: Add texlive-historische-zeitschrift.
    
    * gnu/packages/tex.scm (texlive-historische-zeitschrift): 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 6f64f39fb7..75b1b4dc16 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10084,6 +10084,25 @@ Hein and independently by the mathematician John Nash. 
 This package defines
 an environment that enables the user to draw such a game in a trivial way.")
     (license license:lppl)))
 
+(define-public texlive-historische-zeitschrift
+  (package
+    (name "texlive-historische-zeitschrift")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/historische-zeitschrift/"
+                   "tex/latex/historische-zeitschrift/")
+             (base32
+              "1w8zhk1darw39lrgs4i1p8zk78a1q7skc93ac8qczbrw5pln27k5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/historische-zeitschrift";)
+    (synopsis "BibLaTeX style for the journal @emph{Historische Zeitschrift}")
+    (description
+     "The package provides citations according with the house style of the
+@emph{Historische Zeitschrift}, a German historical journal.")
+    (license license:lppl)))
+
 (define-public texlive-hitex
   (package
     (name "texlive-hitex")



reply via email to

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