[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/435: gnu: Add texlive-listngsutf8.
From: |
guix-commits |
Subject: |
180/435: gnu: Add texlive-listngsutf8. |
Date: |
Tue, 6 Jun 2023 11:39:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b169fff2d39bdd49416d18009039a1a9c29ba04c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:49:13 2023 +0200
gnu: Add texlive-listngsutf8.
* gnu/packages/tex.scm (texlive-listngsutf8): 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 32b909e737..717e6c4360 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7162,6 +7162,33 @@ is needed. Keywords, comments and strings can be
typeset using different
styles. Support for @code{hyperref} is provided.")
(license license:lppl1.3+))))
+(define-public texlive-listingsutf8
+ (package
+ (name "texlive-listingsutf8")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/listingsutf8/"
+ "source/latex/listingsutf8/"
+ "tex/latex/listingsutf8/")
+ (base32
+ "152gzkzm7sl3bvggmmfcj1pw74vc40s2kpkbp01fd9i0d0v60wma")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-listings
+ texlive-pdftexcmds
+ texlive-stringenc))
+ (home-page "https://ctan.org/pkg/listingsutf8")
+ (synopsis "Allow UTF-8 in listings input")
+ (description
+ "Package @code{listings} does not support files with multi-byte encodings
+such as UTF-8. In the case of @code{\\lstinputlisting}, a simple workaround
+is possible if a one-byte encoding exists that the file can be converted to.
+The package requires the e-TeX extensions under pdfTeX (in either PDF or DVI
+output mode).")
+ (license license:lppl1.3+)))
+
(define-deprecated-package texlive-latex-listings texlive-listings)
(define-public texlive-jknapltx
- 93/435: gnu: texlive-preprint: Fix build., (continued)
- 93/435: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/06
- 111/435: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/06
- 117/435: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/06
- 127/435: gnu: Add texlive-newverbs., guix-commits, 2023/06/06
- 120/435: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/06
- 136/435: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/06
- 74/435: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/06
- 79/435: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/06
- 176/435: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/06
- 178/435: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/06
- 180/435: gnu: Add texlive-listngsutf8.,
guix-commits <=
- 202/435: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/06
- 214/435: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/06
- 209/435: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/06
- 215/435: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/06
- 223/435: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/06
- 225/435: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/06
- 233/435: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/06
- 249/435: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/06
- 126/435: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/06
- 206/435: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/06