[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/409: gnu: Add texlive-atenddvi.
From: |
guix-commits |
Subject: |
66/409: gnu: Add texlive-atenddvi. |
Date: |
Sat, 20 May 2023 04:02:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f2db2eb88fee33335cafd9501f77bda89af69cb5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 13:57:03 2023 +0200
gnu: Add texlive-atenddvi.
* gnu/packages/tex.scm (texlive-atenddvi): 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 dc2a5373bc..3d20b30e97 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3228,6 +3228,33 @@ with the required packages, constitutes what every LaTeX
distribution should
contain.")
(license license:lppl1.3c+))))
+(define-public texlive-atenddvi
+ (package
+ (name "texlive-atenddvi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/atenddvi/"
+ "source/latex/atenddvi/"
+ "tex/latex/atenddvi/")
+ (base32
+ "1fwa5233mdgvixhl2rzn9s06zz52j6ml7hfzd4194bn389n9syhk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-atbegshi texlive-zref))
+ (home-page "https://ctan.org/pkg/atenddvi";)
+ (synopsis "Provide the @code{\\AtEndDvi} command for older LaTeX format")
+ (description
+ "This package is unneeded and does nothing when used with a LaTeX format
+2020-10-01 or newer as in this case the format provides the @code{\\AtEndDvi}
+command. For older formats it implements @code{\\AtEndDvi}, a counterpart to
+@code{\\AtBeginDvi}. The execution of its argument is delayed to the end of
+the document at the end of the last page. Thus @code{\\special} and
+@code{\\write} remain effective, because they are put into the last page.
+This is the main difference to @code{\\AtEndDocument}.")
+ (license license:lppl1.3c+)))
+
(define-public texlive-attachfile
(package
(name "texlive-attachfile")
- 140/409: gnu: texlive-docstrip: Refresh package definition., (continued)
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi.,
guix-commits <=
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20