[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")
- 23/243: gnu: Add texlive-forest-quickstart., (continued)
- 23/243: gnu: Add texlive-forest-quickstart., guix-commits, 2023/08/11
- 25/243: gnu: Add texlive-guide-to-latex., guix-commits, 2023/08/11
- 28/243: gnu: Add texlive-intro-scientific., guix-commits, 2023/08/11
- 31/243: gnu: Add texlive-knuth-pdf., guix-commits, 2023/08/11
- 32/243: gnu: Add texlive-l2tabu-english., guix-commits, 2023/08/11
- 33/243: gnu: Add texlive-latex-brochure., guix-commits, 2023/08/11
- 34/243: gnu: Add texlive-latex-course., guix-commits, 2023/08/11
- 35/243: gnu: Add texlive-latex-doc-ptr., guix-commits, 2023/08/11
- 39/243: gnu: Add texlive-latex-veryshortguide., guix-commits, 2023/08/11
- 40/243: gnu: Add texlive-latex-web-companion., guix-commits, 2023/08/11
- 42/243: gnu: Add texlive-latex4wp.,
guix-commits <=
- 46/243: gnu: Add texlive-lshort-english., guix-commits, 2023/08/11
- 10/243: gnu: Add texlive-amiweb2c-guide., guix-commits, 2023/08/11
- 02/243: gnu: Add texlive-cnbwp., guix-commits, 2023/08/11
- 04/243: gnu: Add texlive-cslatex., guix-commits, 2023/08/11
- 03/243: gnu: Add texlive-csbulletin., guix-commits, 2023/08/11
- 12/243: gnu: Add texlive-amslatex-primer., guix-commits, 2023/08/11
- 13/243: gnu: Add texlive-around-the-bend., guix-commits, 2023/08/11
- 14/243: gnu: Add texlive-ascii-chart., guix-commits, 2023/08/11
- 16/243: gnu: Add texlive-components., guix-commits, 2023/08/11
- 17/243: gnu: Add texlive-comprehensive., guix-commits, 2023/08/11