guix-commits
[Top][All Lists]
Advanced

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

224/296: gnu: Add texlive-toptesi.


From: guix-commits
Subject: 224/296: gnu: Add texlive-toptesi.
Date: Thu, 24 Aug 2023 05:21:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-toptesi.
    
    * gnu/packages/tex.scm (texlive-toptesi): 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 4d2a6748c3..abd848a4f2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29928,6 +29928,30 @@ Torino}.  The class can be used for letters written in 
Italian and in
 English.")
     (license license:asl2.0)))
 
+(define-public texlive-toptesi
+  (package
+    (name "texlive-toptesi")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/toptesi/" "source/latex/toptesi/"
+                   "tex/latex/toptesi/")
+             (base32
+              "0mskk7swjgcy6lw1l81brcnw7n870mrz3la64ln0f3mxps98gik6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/toptesi";)
+    (synopsis "Bundle for typesetting multilanguage theses")
+    (description
+     "This bundle contains everything needed for typesetting a bachelor,
+master, or PhD thesis in any language supported by LaTeX.  The infix strings
+may be selected and specified at will by means of a configuration file, so as
+to customize the layout of the front page to the requirements of a specific
+university.  Thanks to its language management, the bundle is suited for
+multi-language theses.  Toptesi is designed to save the PDF version of
+a thesis in PDF/A-1b compliant mode and with all the necessary metadata.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tpslifonts
   (package
     (name "texlive-tpslifonts")



reply via email to

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