From 73bbb3f37b8f59a7959f1d0f316df281aad35312 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 4 Aug 2023 12:19:20 +0200 Subject: [PATCH] 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")