[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/47: gnu: Add texlive-latex-environ.
From: |
Ricardo Wurmus |
Subject: |
33/47: gnu: Add texlive-latex-environ. |
Date: |
Mon, 17 Jul 2017 08:04:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 74e9c9a46307a2e2de775ee4a32a53379a03284a
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 11 12:03:33 2017 +0200
gnu: Add texlive-latex-environ.
* gnu/packages/tex.scm (texlive-latex-environ): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c4314cd..4c3d154 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1764,6 +1764,28 @@ implementation is output device independent, and made
very simple by relying
on everypage.")
(license license:lppl1.3+)))
+(define-public texlive-latex-environ
+ (package
+ (name "texlive-latex-environ")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "environ"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "06h28b26dyjkj9shksphgqfv4130jfkwhbw737hxn7d3yvdfffyd"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/environ"))
+ (home-page "http://www.ctan.org/pkg/environ")
+ (synopsis "New interface for environments in LaTeX")
+ (description
+ "This package provides the @address@hidden command (as in
address@hidden), as well as a @code{\\long} version @address@hidden, for
+collecting the body text of an environment. These commands are used to define
+a new author interface to creating new environments.")
+ (license license:lppl)))
+
(define-public texlive-latex-eqparbox
(package
(name "texlive-latex-eqparbox")
- 22/47: gnu: Add texlive-latex-etoolbox., (continued)
- 22/47: gnu: Add texlive-latex-etoolbox., Ricardo Wurmus, 2017/07/17
- 29/47: gnu: Add texlive-latex-varwidth., Ricardo Wurmus, 2017/07/17
- 17/47: gnu: Add texlive-latex-cmap., Ricardo Wurmus, 2017/07/17
- 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 <=
- 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, 2017/07/17
- 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