[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/458: gnu: Add texlive-listngsutf8.
From: |
guix-commits |
Subject: |
180/458: gnu: Add texlive-listngsutf8. |
Date: |
Wed, 14 Jun 2023 05:22:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a0821fdcd46294b529288306320ccadc62286220
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 058f422b45..c5195ca5db 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7154,6 +7154,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
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., (continued)
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/14
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14
- 159/458: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/14
- 160/458: gnu: Add texlive-lipsum., guix-commits, 2023/06/14
- 162/458: gnu: Add texlive-selinput., guix-commits, 2023/06/14
- 171/458: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/14
- 173/458: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/14
- 174/458: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/14
- 180/458: gnu: Add texlive-listngsutf8.,
guix-commits <=
- 181/458: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/14
- 191/458: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/14
- 192/458: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/14
- 193/458: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/14
- 195/458: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/06/14
- 197/458: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/14
- 199/458: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/06/14
- 200/458: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/14
- 205/458: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/14
- 206/458: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/14