guix-commits
[Top][All Lists]
Advanced

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

179/243: gnu: Add texlive-templates-sommer.


From: guix-commits
Subject: 179/243: gnu: Add texlive-templates-sommer.
Date: Fri, 11 Aug 2023 08:46:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b182f91ba29e3f34fb35d5fcc27609df8f675b0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:02:49 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f273102e30..366d9a164d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16044,6 +16044,30 @@ diabetes mellitus, using @file{scrartcl.cls} from the 
KOMA-Script bundle.
 @end itemize")
     (license license:lppl)))
 
+(define-public texlive-templates-sommer
+  (package
+    (name "texlive-templates-sommer")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/templates-sommer/")
+             (base32
+              "0z75xhawsmcxv4f24cqcvfi0r22gavjpg4si6nwrgc8sg82x24m6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/templates-sommer";)
+    (synopsis "Templates for TeX usage")
+    (description
+     "This package provides a set of templates for using LaTeX packages that 
the
+author uses, comprising:
+
+@itemize
+@item @file{hausarbeit.tex}: for students of the Lehrstuhl Volkskunde an der
+Friedrich-Schiller-Universitat Jena,
+@item @file{psycho-Dipl.tex}: for diploma theses in psychology.
+@end itemize")
+    (license license:lppl)))
+
 (define-public texlive-tex4ht
   (package
     (name "texlive-tex4ht")



reply via email to

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