[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/47: gnu: Add texlive-latex-enumitem.
From: |
Ricardo Wurmus |
Subject: |
43/47: gnu: Add texlive-latex-enumitem. |
Date: |
Mon, 17 Jul 2017 08:04:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 245f1f31e8d8e2097fc69b7258087830e642ec71
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 15 10:42:18 2017 +0200
gnu: Add texlive-latex-enumitem.
* gnu/packages/tex.scm (texlive-latex-enumitem): New variable.
---
gnu/packages/tex.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8b5fe12..271aaf4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3068,6 +3068,42 @@ splines, and filled circles and ellipses. The package
uses @code{tpic}
@code{\\special} commands.")
(license license:public-domain)))
+(define-public texlive-latex-enumitem
+ (package
+ (name "texlive-latex-enumitem")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (svn-reference
+ (url (string-append "svn://www.tug.org/texlive/tags/"
+ %texlive-tag "/Master/texmf-dist/"
+ "/tex/latex/enumitem"))
+ (revision %texlive-revision)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0q24b1bkdi9l6bw787bpggww83jh2vj8955aw2m5yccqbx4vgr5r"))))
+ (build-system trivial-build-system)
+ (arguments
+ `(#:modules ((guix build utils))
+ #:builder
+ (begin
+ (use-modules (guix build utils))
+ (let ((target (string-append (assoc-ref %outputs "out")
+ "/share/texmf-dist/tex/latex/enumitem")))
+ (mkdir-p target)
+ (copy-recursively (assoc-ref %build-inputs "source") target)
+ #t))))
+ (home-page "http://www.ctan.org/pkg/enumitem")
+ (synopsis "Customize basic list environments")
+ (description
+ "This package is intended to ease customizing the three basic list
+environments: @code{enumerate}, @code{itemize} and @code{description}. It
+extends their syntax to allow an optional argument where a set of parameters
+in the form @code{key=value} are available, for example:
address@hidden,leftmargin=1cm]}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex-multirow
(package
(name "texlive-latex-multirow")
- 07/47: gnu: Add texlive-latex-gcite., (continued)
- 07/47: gnu: Add texlive-latex-gcite., Ricardo Wurmus, 2017/07/17
- 12/47: gnu: Add texlive-latex-dinbrief., Ricardo Wurmus, 2017/07/17
- 15/47: gnu: Add texlive-latex-expdlist., Ricardo Wurmus, 2017/07/17
- 19/47: gnu: texlive-union: Add texlive-generic-babel-english to defaults., Ricardo Wurmus, 2017/07/17
- 20/47: gnu: texlive-latex-babel: Install to generic/babel., Ricardo Wurmus, 2017/07/17
- 25/47: gnu: Add texlive-latex-upquote., Ricardo Wurmus, 2017/07/17
- 26/47: gnu: Add texlive-latex-parskip., Ricardo Wurmus, 2017/07/17
- 31/47: gnu: Add texlive-generic-pdftex., Ricardo Wurmus, 2017/07/17
- 13/47: gnu: Add texlive-latex-draftwatermark., Ricardo Wurmus, 2017/07/17
- 32/47: gnu: Add texlive-latex-bigfoot., Ricardo Wurmus, 2017/07/17
- 43/47: gnu: Add texlive-latex-enumitem.,
Ricardo Wurmus <=
- 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