guix-commits
[Top][All Lists]
Advanced

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

125/296: gnu: Add texlive-limecv.


From: guix-commits
Subject: 125/296: gnu: Add texlive-limecv.
Date: Thu, 24 Aug 2023 05:20:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 74b65dd22d2a9207d7fc7a84a37f85af761f0ead
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:11:48 2023 +0200

    gnu: Add texlive-limecv.
    
    * gnu/packages/tex.scm (texlive-limecv): 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 adb83580d0..20bd3aea38 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19433,6 +19433,26 @@ document.  The package uses OpenType fonts, and as a 
result must be compiled
 with LuaLaTeX or XeLaTeX.")
     (license license:lppl1.3c)))
 
+(define-public texlive-limecv
+  (package
+    (name "texlive-limecv")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/limecv/" "source/latex/limecv/"
+                   "tex/latex/limecv/")
+             (base32
+              "1bqqkbxzayb8wwlkj1vkf01lx78i7pq2kb9clrir0paxjm8xa6ja")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/limecv";)
+    (synopsis "(Xe/Lua)LaTeX document class for curriculum vitae")
+    (description
+     "@code{limecv} is a LaTeX document class to write curriculum vitae.  It
+is designed with the following design rules: simple, elegant and clean.  To
+this end, it offers several environments and macros for convenience.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-lineara
   (package
     (name "texlive-lineara")



reply via email to

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