[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/409: gnu: Add texlive-listngsutf8.
From: |
guix-commits |
Subject: |
180/409: gnu: Add texlive-listngsutf8. |
Date: |
Sat, 20 May 2023 04:02:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e1e76a6b173102487a4b29522ef249d216dcc89f
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
- 120/409: gnu: texlive-fonts-rsfs -> texlive-rsfs., (continued)
- 120/409: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/20
- 128/409: gnu: Add texlive-svn-prov., guix-commits, 2023/05/20
- 142/409: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/20
- 158/409: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/20
- 159/409: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/20
- 161/409: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/20
- 169/409: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/20
- 170/409: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/20
- 173/409: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/20
- 178/409: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/20
- 180/409: gnu: Add texlive-listngsutf8.,
guix-commits <=
- 181/409: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/20
- 195/409: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/20
- 200/409: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/20
- 118/409: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/20
- 186/409: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/20
- 187/409: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/20
- 204/409: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/20
- 205/409: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/20
- 218/409: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/20
- 230/409: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/20