[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/409: gnu: Add texlive-showexpl.
From: |
guix-commits |
Subject: |
34/409: gnu: Add texlive-showexpl. |
Date: |
Sat, 20 May 2023 04:02:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0bf596c5fe68196589c92206f225a91d8451d5b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:26:54 2023 +0200
gnu: Add texlive-showexpl.
* gnu/packages/tex.scm (texlive-showexpl): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a1bf04e361..db2ab0818f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5566,6 +5566,32 @@ numbers. While the package may obviously be used to
typeset DNA sequences, the
user may consider the @code{dnaseq} as a rather more powerful alternative.")
(license license:lppl1.3+)))
+(define-public texlive-showexpl
+ (package
+ (name "texlive-showexpl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/showexpl/" "source/latex/showexpl/"
+ "tex/latex/showexpl/")
+ (base32
+ "0vff1yk7a3f4csxibfk6r37s3h6n4wdpnk3qj4dsx7kh5zrcysha")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-attachfile
+ texlive-latex-float
+ texlive-graphics
+ texlive-listings
+ texlive-refcount
+ texlive-latex-varwidth))
+ (home-page "https://ctan.org/pkg/showexpl")
+ (synopsis "Typesetting LaTeX source code")
+ (description
+ "This package provides a way to typeset LaTeX source code and the related
+result in the same document.")
+ (license license:lppl1.2+)))
+
(define-public texlive-latex-stackengine
(package
(inherit (simple-texlive-package
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., (continued)
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20
- 71/409: gnu: texlive-zref: Fix build., guix-commits, 2023/05/20
- 74/409: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/20
- 10/409: gnu: Add texlive-everypage., guix-commits, 2023/05/20
- 44/409: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/20
- 58/409: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/20
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20
- 27/409: gnu: Add texlive-luabidi., guix-commits, 2023/05/20
- 32/409: gnu: Add texlive-multido., guix-commits, 2023/05/20
- 34/409: gnu: Add texlive-showexpl.,
guix-commits <=
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/20
- 50/409: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/20
- 59/409: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/20
- 69/409: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/20
- 80/409: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/20
- 81/409: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/20
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/20
- 49/409: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/20
- 63/409: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/20
- 65/409: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/20