guix-commits
[Top][All Lists]
Advanced

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

112/163: gnu: Add texlive-geschichtsfrkl.


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

ngz pushed a commit to branch master
in repository guix.

commit 9f6affd5503c3b8dcb88e85ea85558a015850114
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:14:34 2023 +0200

    gnu: Add texlive-geschichtsfrkl.
    
    * gnu/packages/tex.scm (texlive-geschichtsfrkl): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6d49c23c77..e1d84498a1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9272,6 +9272,26 @@ provides an environment like @code{eqnarray}, a 
@code{newtheorem}-like
 environment (NewTheorem), and several macros.")
     (license license:isc)))
 
+(define-public texlive-geschichtsfrkl
+  (package
+    (name "texlive-geschichtsfrkl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/geschichtsfrkl/"
+                   "source/latex/geschichtsfrkl/"
+                   "tex/latex/geschichtsfrkl/")
+             (base32
+              "1mplym0rkfl8pxzw31m1p117pbfz1s59180bhbwi2wgj4225p4w7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/geschichtsfrkl";)
+    (synopsis "BibLaTeX style for historians")
+    (description
+     "The package provides a BibLaTeX style, (mostly) meeting the requirements
+of the History Faculty of the University of Freiburg (Germany).")
+    (license license:lppl)))
+
 (define-public texlive-ghab
   (package
     (name "texlive-ghab")



reply via email to

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