[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/418: gnu: Add texlive-showexpl.
From: |
guix-commits |
Subject: |
34/418: gnu: Add texlive-showexpl. |
Date: |
Fri, 2 Jun 2023 17:23:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9b1ed107f0d41599e36ed2491f9c85c4b3b62a86
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 33892fb99f..c443a6c139 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
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., (continued)
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/02
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/02
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/02
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/02
- 56/418: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/02
- 58/418: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/02
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/02
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/02
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/02
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/02
- 34/418: gnu: Add texlive-showexpl.,
guix-commits <=
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/06/02
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/02
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/02
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/02
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/02
- 54/418: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/02
- 59/418: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/02
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/02
- 68/418: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/02
- 72/418: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/02