[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/452: gnu: Add texlive-attachfile.
From: |
guix-commits |
Subject: |
33/452: gnu: Add texlive-attachfile. |
Date: |
Fri, 9 Jun 2023 13:42:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a8afd3fa875566b1b805e144514a80d1dcc3d0bd
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"
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., (continued)
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/09
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09
- 67/452: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/09
- 58/452: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/09
- 82/452: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/09
- 84/452: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/09
- 80/452: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/09
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/09
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile.,
guix-commits <=
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09