guix-commits
[Top][All Lists]
Advanced

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

42/243: gnu: Add texlive-latex4wp.


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

ngz pushed a commit to branch master
in repository guix.

commit 73bbb3f37b8f59a7959f1d0f316df281aad35312
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:19:20 2023 +0200

    gnu: Add texlive-latex4wp.
    
    * gnu/packages/tex.scm (texlive-latex4wp): 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 583be31a93..65cd447aeb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18455,6 +18455,25 @@ Texinfo source.  This is a collaborative development, 
and details of getting
 involved are to be found on the package home page.")
     (license license:fdl1.1+)))
 
+(define-public texlive-latex4wp
+  (package
+    (name "texlive-latex4wp")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latex4wp/")
+             (base32
+              "0xyk6w8jmmcsccbd9q4ikblfq6nacjjyrmf58ddjxkb6v0lzndph")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex4wp";)
+    (synopsis "LaTeX guide specifically designed for word processor users")
+    (description
+     "@emph{LaTeX for Word Processor Users} is a guide that helps converting
+knowledge and techniques of word processing into the LaTeX typesetting
+environment.  It aims at helping such users use LaTeX instead.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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