[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/47: gnu: Add texlive-latex-mdwtools.
From: |
Ricardo Wurmus |
Subject: |
24/47: gnu: Add texlive-latex-mdwtools. |
Date: |
Mon, 17 Jul 2017 08:04:10 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d48091bed08eb6bcd864501a83a4938a649ce64a
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jul 10 22:41:06 2017 +0200
gnu: Add texlive-latex-mdwtools.
* gnu/packages/tex.scm (texlive-latex-mdwtools): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1bd6c26..79aeae8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2122,6 +2122,30 @@ pdf and HTML backends. The package is distributed with
the @code{backref} and
@code{nameref} packages, which make use of the facilities of @code{hyperref}.")
(license license:lppl1.3+)))
+(define-public texlive-latex-mdwtools
+ (package
+ (name "texlive-latex-mdwtools")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "mdwtools"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0caxs74hla28hc67csf5i5ahadx97w8vxh3mdmsprxbpd1mr7ssg"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/mdwtools"))
+ (home-page "http://www.ctan.org/pkg/mdwtools")
+ (synopsis "Miscellaneous tools by Mark Wooding")
+ (description
+ "This collection of tools includes: @code{atsupport} for short commands
+starting with @address@hidden, macros to sanitize the OT1 encoding of the
@code{cmtt}
+fonts; a @code{doafter} command; improved @code{footnote} support;
address@hidden for various alignment in maths; list handling; @code{mdwmath}
+which adds some minor changes to LaTeX maths; a rewrite of LaTeX's tabular and
+array environments; verbatim handling; and syntax diagrams.")
+ (license license:gpl3+)))
+
(define-public texlive-latex-polyglossia
(package
(name "texlive-latex-polyglossia")
- 35/47: gnu: Add texlive-latex-ifplatform., (continued)
- 35/47: gnu: Add texlive-latex-ifplatform., Ricardo Wurmus, 2017/07/17
- 45/47: gnu: Add texlive-latex-type1cm., Ricardo Wurmus, 2017/07/17
- 21/47: gnu: Add texlive-latex-capt-of., Ricardo Wurmus, 2017/07/17
- 37/47: gnu: Add texlive-latex-trimspaces., Ricardo Wurmus, 2017/07/17
- 40/47: gnu: Add texlive-fontname., Ricardo Wurmus, 2017/07/17
- 39/47: gnu: python-ipython: Use texlive-union., Ricardo Wurmus, 2017/07/17
- 42/47: gnu: texlive-dvips: Install font maps., Ricardo Wurmus, 2017/07/17
- 33/47: gnu: Add texlive-latex-environ., Ricardo Wurmus, 2017/07/17
- 47/47: gnu: Add sooperlooper., Ricardo Wurmus, 2017/07/17
- 44/47: gnu: Add texlive-fonts-txfonts., Ricardo Wurmus, 2017/07/17
- 24/47: gnu: Add texlive-latex-mdwtools.,
Ricardo Wurmus <=
- 30/47: gnu: Add texlive-latex-wrapfig., Ricardo Wurmus, 2017/07/17
- 36/47: gnu: Add texlive-latex-psfrag., Ricardo Wurmus, 2017/07/17
- 34/47: gnu: Add texlive-latex-filemod., Ricardo Wurmus, 2017/07/17
- 41/47: gnu: texlive-union: Add texlive-fontname to defaults., Ricardo Wurmus, 2017/07/17
- 23/47: gnu: Add texlive-latex-framed., Ricardo Wurmus, 2017/07/17
- 27/47: gnu: Add texlive-latex-tabulary., Ricardo Wurmus, 2017/07/17
- 38/47: gnu: Add texlive-latex-pstool., Ricardo Wurmus, 2017/07/17
- 46/47: gnu: texlive-union: Silence union-build., Ricardo Wurmus, 2017/07/17
- 28/47: gnu: Add texlive-latex-threeparttable., Ricardo Wurmus, 2017/07/17