[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/44: gnu: Add texlive-latex-anysize.
From: |
Ricardo Wurmus |
Subject: |
15/44: gnu: Add texlive-latex-anysize. |
Date: |
Sun, 9 Jul 2017 11:09:10 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bda61541d530bc9242b8887fc98264e3ecdcee00
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 2 15:12:53 2017 +0200
gnu: Add texlive-latex-anysize.
* gnu/packages/tex.scm (texlive-latex-anysize): New variable.
---
gnu/packages/tex.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index aa4f739..2a7461c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1691,6 +1691,39 @@ other programs in the distribution offer online
interactive use (with
hypertext linkages in some cases).")
(license license:gpl3+)))
+(define-public texlive-latex-anysize
+ (package
+ (name "texlive-latex-anysize")
+ (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/anysize"))
+ (revision %texlive-revision)))
+ (sha256
+ (base32
+ "19khwqjlvznc955sijhww3c4zbb0053rvzwv9nz738qknq7y18vb"))))
+ (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/anysize")))
+ (mkdir-p target)
+ (copy-recursively (assoc-ref %build-inputs "source") target)
+ #t))))
+ (home-page "http://www.ctan.org/pkg/anysize")
+ (synopsis "Simple package to set up document margins")
+ (description
+ "This is a simple package to set up document margins. This package is
+considered obsolete; alternatives are the @code{typearea} package from the
address@hidden bundle, or the @code{geometry} package.")
+ (license license:public-domain)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 08/44: build-system: texlive: Only build packages in the current directory., (continued)
- 08/44: build-system: texlive: Only build packages in the current directory., Ricardo Wurmus, 2017/07/09
- 01/44: gnu: Add java-classpathx-servletapi, Ricardo Wurmus, 2017/07/09
- 04/44: gnu: Add java-jgit., Ricardo Wurmus, 2017/07/09
- 12/44: gnu: texlive-generic-ifxetex: Fix description., Ricardo Wurmus, 2017/07/09
- 17/44: gnu: Add texlive-latex-changebar., Ricardo Wurmus, 2017/07/09
- 13/44: gnu: Add texlive-fonts-amsfonts., Ricardo Wurmus, 2017/07/09
- 18/44: gnu: Add texlive-latex-colortbl., Ricardo Wurmus, 2017/07/09
- 21/44: gnu: Add texlive-latex-fancyvrb., Ricardo Wurmus, 2017/07/09
- 28/44: gnu: Add texlive-latex-pdfpages., Ricardo Wurmus, 2017/07/09
- 11/44: gnu: texlive-latex-oberdiek: Build ifpdf package., Ricardo Wurmus, 2017/07/09
- 15/44: gnu: Add texlive-latex-anysize.,
Ricardo Wurmus <=
- 19/44: gnu: Add texlive-latex-fancybox., Ricardo Wurmus, 2017/07/09
- 23/44: gnu: Add texlive-latex-footmisc., Ricardo Wurmus, 2017/07/09
- 29/44: gnu: Add texlive-fonts-stmaryrd., Ricardo Wurmus, 2017/07/09
- 31/44: gnu: Add texlive-latex-titlesec., Ricardo Wurmus, 2017/07/09
- 36/44: gnu: Add texlive-latex-eepic., Ricardo Wurmus, 2017/07/09
- 41/44: gnu: lilypond: Use texlive-union., Ricardo Wurmus, 2017/07/09
- 25/44: gnu: Add texlive-latex-jknapltx., Ricardo Wurmus, 2017/07/09
- 27/44: gnu: Add texlive-latex-overpic., Ricardo Wurmus, 2017/07/09
- 33/44: gnu: Add texlive-generic-epsf., Ricardo Wurmus, 2017/07/09
- 40/44: doc: Recommend rebuilding the font cache., Ricardo Wurmus, 2017/07/09