[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
147/245: gnu: Add texlive-filecontentsdef.
From: |
guix-commits |
Subject: |
147/245: gnu: Add texlive-filecontentsdef. |
Date: |
Sun, 30 Jul 2023 13:46:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit fe6cf52500a014033a2b7b0b1512a81c9136de59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:33:53 2023 +0200
gnu: Add texlive-filecontentsdef.
* gnu/packages/tex.scm (texlive-filecontentsdef): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4591c70f7f..4d93a36031 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3651,6 +3651,33 @@ the chapters. Each chapter can consist of three
sections: the lesson, the
exercises and the activities.")
(license license:lppl)))
+(define-public texlive-filecontentsdef
+ (package
+ (name "texlive-filecontentsdef")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/filecontentsdef/"
+ "source/latex/filecontentsdef/"
+ "tex/latex/filecontentsdef/")
+ (base32
+ "0pmjvxjsfnyzx3bl10n8is7l27l11mrw22g3w41f72kric0vfd65")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/filecontentsdef")
+ (synopsis "filecontents, macro, and verbatim")
+ (description
+ "The package provides two environments called @code{filecontentsdef} and
+@code{filecontentshere}. They are derived from the LaTeX @code{filecontents}
+environment. In addition to the file creation they either store
+the (verbatim) contents in a macro (@code{filecontentsdef}) or typeset
+them (verbatim) on the spot (@code{filecontentshere}). The author developed
+the package to display TeX code verbatim in documentation and the same time
+produce the corresponding files during the LaTeX run in order to embed them in
+the PDF as file attachment annotations (by using Scott Pakin's package
+@code{attachfile}).")
+ (license license:lppl1.3+)))
+
(define-public texlive-fixdif
(package
(name "texlive-fixdif")
- 115/245: gnu: Add texlive-karnaugh., (continued)
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef.,
guix-commits <=
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30