[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/47: gnu: Add texlive-latex-draftwatermark.
From: |
Ricardo Wurmus |
Subject: |
13/47: gnu: Add texlive-latex-draftwatermark. |
Date: |
Mon, 17 Jul 2017 08:04:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit de224adba7f2995d69d9de139a4ac00fb9758ed1
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 9 22:49:55 2017 +0200
gnu: Add texlive-latex-draftwatermark.
* gnu/packages/tex.scm (texlive-latex-draftwatermark): 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 dedd286..23211b3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1682,6 +1682,30 @@ addition there are example files showing how letters may
be created with the
package.")
(license license:lppl)))
+(define-public texlive-latex-draftwatermark
+ (package
+ (name "texlive-latex-draftwatermark")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "draftwatermark"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1zyl2pcz2x529gzj5m93a1s4ipymdabf7qdjl3l1673pizd4hfyv"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/draftwatermark"))
+ (home-page "http://www.ctan.org/pkg/draftwatermark")
+ (synopsis "Put a grey textual watermark on document pages")
+ (description
+ "This package provides a means to add a textual, light grey watermark on
+every page or on the first page of a document. Typical usage may consist in
+writing words such as DRAFT or CONFIDENTIAL across document pages. The
+package performs a similar function to that of @code{draftcopy}, but its
+implementation is output device independent, and made very simple by relying
+on everypage.")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex-natbib
(package
(name "texlive-latex-natbib")
- 18/47: gnu: Add texlive-generic-babel-english., (continued)
- 18/47: gnu: Add texlive-generic-babel-english., Ricardo Wurmus, 2017/07/17
- 10/47: gnu: Add texlive-latex-polyglossia., Ricardo Wurmus, 2017/07/17
- 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 <=
- 32/47: gnu: Add texlive-latex-bigfoot., Ricardo Wurmus, 2017/07/17
- 43/47: gnu: Add texlive-latex-enumitem., Ricardo Wurmus, 2017/07/17
- 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