[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/418: gnu: Add texlive-atenddvi.
From: |
guix-commits |
Subject: |
66/418: gnu: Add texlive-atenddvi. |
Date: |
Fri, 2 Jun 2023 17:23:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 74f3014d3ed315cf7165e703211b5c5b690f6316
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")
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., (continued)
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/02
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/02
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/02
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/02
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/02
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/02
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/02
- 52/418: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/02
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/02
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi.,
guix-commits <=
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/02
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02