guix-commits
[Top][All Lists]
Advanced

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

133/243: gnu: Add texlive-frletter.


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

ngz pushed a commit to branch master
in repository guix.

commit efc8fdbe0dd2475e7f0c5faa9e2b1e700d969ae4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:17:12 2023 +0200

    gnu: Add texlive-frletter.
    
    * gnu/packages/tex.scm (texlive-frletter): 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 b4f0fa2622..2808bc0f09 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4196,6 +4196,26 @@ writing french operator names like @emph{pgcd}, 
@emph{ppcm}, @emph{Card},
 @end itemize")
     (license license:lppl1.3+)))
 
+(define-public texlive-frletter
+  (package
+    (name "texlive-frletter")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/frletter/" "tex/latex/frletter/")
+             (base32
+              "0h8lsfmv0icb616kwhkqqbfh64l43vwc63p4bl8sw9xy2lfal5xm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/frletter";)
+    (synopsis "Typeset letters in the French style")
+    (description
+     "This package provides a small class for typesetting letters in France.
+No assumption is made about the language in use.  The class represents a small
+modification of the @code{beletter} class, which is itself a modification of
+the standard LaTeX @code{letter} class.")
+    (license license:public-domain)))
+
 (define-public texlive-functan
   (package
     (name "texlive-functan")



reply via email to

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