guix-commits
[Top][All Lists]
Advanced

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

220/296: gnu: Add texlive-tidyres.


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

ngz pushed a commit to branch master
in repository guix.

commit 60dae6407eb317c120d92efd6f4cf9158327304e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:44:37 2023 +0200

    gnu: Add texlive-tidyres.
    
    * gnu/packages/tex.scm (texlive-tidyres): 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 a8bf38685b..56921a323b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29802,6 +29802,24 @@ Tsinghua dissertations, including general 
undergraduate research papers,
 masters theses, doctoral dissertations, and postdoctoral reports.")
     (license license:lppl1.3c)))
 
+(define-public texlive-tidyres
+  (package
+    (name "texlive-tidyres")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tidyres/" "tex/latex/tidyres/")
+             (base32
+              "0ls8qcj8jdv954p4mlhhdqvhp4kq016h41i6mj42fnwg598a3ms1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tidyres";)
+    (synopsis "Create formal resumes easily")
+    (description
+     "This LaTeX package aims to provide users with a simple interface to
+create multi-column formal resumes.")
+    (license license:cc-by4.0)))
+
 (define-public texlive-tinos
   (package
     (name "texlive-tinos")



reply via email to

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