[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/93: gnu: Add texlive-transparent-io.
From: |
guix-commits |
Subject: |
82/93: gnu: Add texlive-transparent-io. |
Date: |
Thu, 20 Jul 2023 05:21:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit aecc760ae0181b8186f4290362b4076ffb9016ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:07:44 2023 +0200
gnu: Add texlive-transparent-io.
* gnu/packages/tex.scm (texlive-transparent-io): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a9892db6ea..9334325142 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3879,6 +3879,34 @@ and simple input. The macros use a radix sort mechanism
so that the order of
input is not critical.")
(license license:lppl)))
+(define-public texlive-transparent-io
+ (package
+ (name "texlive-transparent-io")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/transparent-io/")
+ (base32
+ "04zfmk25qw2cnja1zqhafabsy26zalxiawf6pm5zqx4x1jl47i6j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/transparent-io")
+ (synopsis
+ "Show for approval the filenames used in @code{\\input}, @code{\\openin},
+or @code{\\openout}")
+ (description
+ "This package provides macros to make the file I/O in plain TeX more
+transparent. That is, every @code{\\input}, @code{\\openin}, and
+@code{\\openout} operation by TeX is presented to the user who must check
+carefully if the file name of the source is acceptable. The user must
+sometimes enter additional text and has to specify the file name that the TeX
+operation should use. The macros require a complex installation procedure;
+the package contains Sed and Bash scripts. Every installation is different
+from any other as password-protected macro names and private messages have to
+be chosen by the installer. Therefore, the files in the package cannot be
+used directly. For details see the manual.")
+ (license license:gpl3)))
+
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")
- 73/93: gnu: Add texlive-simplekv., (continued)
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate., guix-commits, 2023/07/20
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io.,
guix-commits <=
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20
- 77/93: gnu: Add texlive-termmenu., guix-commits, 2023/07/20
- 08/93: gnu: Add texlive-c-pascal., guix-commits, 2023/07/20
- 31/93: gnu: Add texlive-fontch., guix-commits, 2023/07/20
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20
- 55/93: gnu: Add texlive-outerhbox., guix-commits, 2023/07/20
- 56/93: gnu: Add texlive-path., guix-commits, 2023/07/20
- 59/93: gnu: Add texlive-pitex., guix-commits, 2023/07/20
- 61/93: gnu: Add texlive-plainpkg., guix-commits, 2023/07/20