[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/418: gnu: Add texlive-attachfile.
From: |
guix-commits |
Subject: |
33/418: gnu: Add texlive-attachfile. |
Date: |
Mon, 29 May 2023 17:38:47 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 186354d1e313c1e4276cbd05914369fc9bb7c8aa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:34:02 2023 +0200
gnu: Add texlive-attachfile.
* gnu/packages/tex.scm (texlive-attachfile): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3c9ad4c109..33892fb99f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3220,6 +3220,36 @@ with the required packages, constitutes what every LaTeX
distribution should
contain.")
(license license:lppl1.3c+))))
+(define-public texlive-attachfile
+ (package
+ (name "texlive-attachfile")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/attachfile/"
+ "doc/latex/attachfile/"
+ "source/latex/attachfile/"
+ "tex/latex/attachfile/")
+ (base32
+ "0340c4rvxhhk95wlhf54n9akiwhj6pj0bslys6bkq29x9903zx5h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics
+ texlive-hyperref
+ texlive-iftex))
+ (home-page "https://ctan.org/pkg/attachfile")
+ (synopsis "Attach arbitrary files to a PDF document")
+ (description
+ "Starting with PDF 1.3, PDF files can contain file attachments, i.e.,
+arbitrary files that a reader can extract, just like attachments to an e-mail
+message. The @code{attachfile} package brings this functionality to pdfLaTeX
+and provides some additional features such as the ability to use arbitrary
+LaTeX code for the file icon. Settings can be made either globally or on
+a per-attachment basis. @code{attachfile} makes it easy to attach files and
+customize their appearance in the enclosing document.")
+ (license license:lppl1.3+)))
+
(define-public texlive-atveryend
(let ((template (simple-texlive-package
"texlive-atveryend"
- 29/418: gnu: Add texlive-euenc., (continued)
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/05/29
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/05/29
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/29
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/29
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/29
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/05/29
- 22/418: gnu: Add texlive-currfile., guix-commits, 2023/05/29
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/05/29
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/05/29
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/05/29
- 33/418: gnu: Add texlive-attachfile.,
guix-commits <=
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/29
- 18/418: gnu: Add texlive-lwarp., guix-commits, 2023/05/29
- 26/418: gnu: Add texlive-passivetex., guix-commits, 2023/05/29
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/05/29
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/05/29
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/29
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/29
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/29
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29