guix-commits
[Top][All Lists]
Advanced

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

69/243: gnu: Add texlive-titlepages.


From: guix-commits
Subject: 69/243: gnu: Add texlive-titlepages.
Date: Fri, 11 Aug 2023 08:45:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ebf1df16c216914c24fdca928043eb23684a723b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:29:10 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d3e47543d5..25c3bb4273 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25613,6 +25613,25 @@ package @code{thumbpdf.sty} to automatically include 
the thumbnails.  This
 arrangement works with both plain TeX and LaTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-titlepages
+  (package
+    (name "texlive-titlepages")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/titlepages/")
+             (base32
+              "17ib7rpb2dhb2m724x66fdzddv8cqd808wxy5kkvx0vb3rl27hyh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/titlepages";)
+    (synopsis "Sample titlepages, and how to code them")
+    (description
+     "The document provides examples of over two dozen title page designs
+based on a range of published books and theses, together with the LaTeX code
+used to create them.")
+    (license license:lppl)))
+
 (define-public texlive-txfonts
   (package
     (name "texlive-txfonts")



reply via email to

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