[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: Add texlive-tools.
From: |
guix-commits |
Subject: |
10/15: gnu: Add texlive-tools. |
Date: |
Thu, 5 Sep 2019 16:26:26 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 053cdfb3bb92a39a3e3e467ba06b0d84e6ca3682
Author: Ricardo Wurmus <address@hidden>
Date: Thu Sep 5 22:22:26 2019 +0200
gnu: Add texlive-tools.
* gnu/packages/tex.scm (texlive-tools): New variable.
---
gnu/packages/tex.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1c0f82e..943d885 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7205,3 +7205,34 @@ package also provides the @code{\\RequirePDFTeX},
@code{\\RequireXeTeX}, and
@code{\\RequireLuaTeX} commands which throw an error if pdfTeX, XeTeX or
LuaTeX (respectively) is not the engine in use.")
(license license:lppl1.3+))))
+
+(define-public texlive-tools
+ (let ((template (simple-texlive-package
+ "texlive-tools"
+ (list "/doc/latex/tools/"
+ "/source/latex/tools/")
+ (base32
+ "0v3zqcpy0w5bzy1xdcv1wnxbmxrn1j6x03h3y2af7qmjggph2a09"))))
+ (package
+ (inherit template)
+ (arguments
+ (substitute-keyword-arguments (package-arguments template)
+ ((#:tex-directory _ '())
+ "latex/tools")
+ ((#:build-targets _ '())
+ ''("tools.ins"))
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (add-after 'unpack 'chdir
+ (lambda _ (chdir "source/latex/tools") #t))))))
+ (home-page
"https://www.ctan.org/tex-archive/macros/latex/required/tools/")
+ (synopsis "LaTeX standard tools bundle")
+ (description "This package provides a collection of simple tools that
+are part of the LaTeX required tools distribution, comprising the packages:
+@code{afterpage}, @code{array}, @code{bm}, @code{calc}, @code{dcolumn},
+@code{delarray}, @code{enumerate}, @code{fileerr}, @code{fontsmpl},
+@code{ftnright}, @code{hhline}, @code{indentfirst}, @code{layout},
+@code{longtable}, @code{multicol}, @code{rawfonts}, @code{showkeys},
+@code{somedefs}, @code{tabularx}, @code{theorem}, @code{trace},
+@code{varioref}, @code{verbatim}, @code{xr}, and @code{xspace}.")
+ (license license:lppl1.3+))))
- 03/15: gnu: texlive-fonts-iwona: Use double spacing in description., (continued)
- 03/15: gnu: texlive-fonts-iwona: Use double spacing in description., guix-commits, 2019/09/05
- 02/15: gnu: Add texlive-xcolor., guix-commits, 2019/09/05
- 05/15: gnu: texlive-union: Fix font map generation., guix-commits, 2019/09/05
- 09/15: gnu: Add texlive-iftex., guix-commits, 2019/09/05
- 12/15: gnu: Add texlive-standalone., guix-commits, 2019/09/05
- 04/15: gnu: vigra-c: Update to 0.0.0-1.66ff4fa., guix-commits, 2019/09/05
- 06/15: gnu: Add texlive-ydoc., guix-commits, 2019/09/05
- 08/15: gnu: Add texlive-pst-text., guix-commits, 2019/09/05
- 07/15: gnu: Add texlive-pstricks., guix-commits, 2019/09/05
- 01/15: gnu: texlive-latex-base: Ensure that extra sources are installed., guix-commits, 2019/09/05
- 10/15: gnu: Add texlive-tools.,
guix-commits <=
- 13/15: gnu: Add texlive-siunitx., guix-commits, 2019/09/05
- 14/15: gnu: Add texlive-booktabs., guix-commits, 2019/09/05
- 11/15: gnu: texlive-latex-xkeyval: Fix build., guix-commits, 2019/09/05
- 15/15: gnu: Add guile-cv., guix-commits, 2019/09/05