guix-commits
[Top][All Lists]
Advanced

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

221/296: gnu: Add texlive-timbreicmc.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 56921a323b..8ada63ca73 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29820,6 +29820,28 @@ masters theses, doctoral dissertations, and 
postdoctoral reports.")
 create multi-column formal resumes.")
     (license license:cc-by4.0)))
 
+(define-public texlive-timbreicmc
+  (package
+    (name "texlive-timbreicmc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/timbreicmc/"
+                   "source/latex/timbreicmc/"
+                   "tex/latex/timbreicmc/")
+             (base32
+              "0nd44car7vksfrz53h54r7cz1flgkgmyjri5ai1k7s9g2fn16x2n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/timbreicmc";)
+    (synopsis "Typeset documents with ICMC/USP watermarks")
+    (description
+     "With this package you can typeset documents with ICMC/USP Sao Carlos
+watermarks.  ICMC is acronym for @emph{Instituto de Ciencias Matematicas e de
+Computacao} of the @emph{Universidade de Sao Paulo} (USP), in the city of Sao
+Carlos-SP, Brazil.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tinos
   (package
     (name "texlive-tinos")



reply via email to

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