guix-commits
[Top][All Lists]
Advanced

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

215/296: gnu: Add texlive-thesis-titlepage-fhac.


From: guix-commits
Subject: 215/296: gnu: Add texlive-thesis-titlepage-fhac.
Date: Thu, 24 Aug 2023 05:21:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d3c4bed075dc9194fd1741aca64b0178061ea431
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:43:39 2023 +0200

    gnu: Add texlive-thesis-titlepage-fhac.
    
    * gnu/packages/tex.scm (texlive-thesis-titlepage-fhac): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 19a021cae2..7d1ab6a6b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29653,6 +29653,24 @@ following fonts: XB Niloofar, IranNastaliq, IRlotus, 
XB Zar, XB Titre, and
 Yas.")
     (license license:lppl1.3c)))
 
+(define-public texlive-thesis-titlepage-fhac
+  (package
+    (name "texlive-thesis-titlepage-fhac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/thesis-titlepage-fhac/"
+                   "source/latex/thesis-titlepage-fhac/"
+                   "tex/latex/thesis-titlepage-fhac/")
+             (base32
+              "1zs1k43q4br29vyxk007ld0rmiz8z803i6xhlc6rmhmb1nb594nj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/thesis-titlepage-fhac";)
+    (synopsis "Style to create a standard titlepage for diploma thesis")
+    (description "This is yet another thesis titlepage style.")
+    (license license:lppl)))
+
 (define-public texlive-thmbox
   (package
     (name "texlive-thmbox")



reply via email to

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