guix-commits
[Top][All Lists]
Advanced

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

227/243: gnu: Add texlive-feupphdteses.


From: guix-commits
Subject: 227/243: gnu: Add texlive-feupphdteses.
Date: Fri, 11 Aug 2023 08:46:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a8fb6f8d25d02f87eaa921e69a1ba1a2c2ac3871
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:27:44 2023 +0200

    gnu: Add texlive-feupphdteses.
    
    * gnu/packages/tex.scm (texlive-feupphdteses): 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 3e4d2e2630..da69f5528f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9928,6 +9928,26 @@ register.  The packages require the e-TeX extensions; 
with them, they work
 either with Plain TeX or with LaTeX.")
     (license license:lppl)))
 
+(define-public texlive-feupphdteses
+  (package
+    (name "texlive-feupphdteses")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/feupphdteses/"
+                   "tex/latex/feupphdteses/")
+             (base32
+              "1p6qwmcwayh45cmsgyx352ffzj2fcx2gaaya5qadn0ymx0pvb0lp")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/feupphdteses";)
+    (synopsis "Typeset Engineering PhD theses at the University of Porto")
+    (description
+     "This package provides a complete template for thesis/works of Faculdade
+de Engenharia da Universidade do Porto (FEUP) Faculty of Engineering
+University of Porto.")
+    (license license:lppl)))
+
 (define-public texlive-figflow
   (package
     (name "texlive-figflow")



reply via email to

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