[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/416: gnu: Add texlive-atenddvi.
From: |
guix-commits |
Subject: |
66/416: gnu: Add texlive-atenddvi. |
Date: |
Sun, 28 May 2023 02:32:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1ad10fb0ff28557740672f7087589607e9d036cc
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 aee85c7f18..a11b35ce69 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")
- 31/416: gnu: Add texlive-chngcntr., (continued)
- 31/416: gnu: Add texlive-chngcntr., guix-commits, 2023/05/28
- 32/416: gnu: Add texlive-multido., guix-commits, 2023/05/28
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig., guix-commits, 2023/05/28
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/28
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/28
- 66/416: gnu: Add texlive-atenddvi.,
guix-commits <=
- 65/416: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/28
- 114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 69/416: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28
- 68/416: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/28
- 63/416: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 78/416: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/28
- 75/416: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28
- 74/416: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/28