me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-codepage.

* gnu/packages/tex.scm (texlive-codepage): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:15 +02:00
parent 8d80972e20
commit 0b5fc43347
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -76423,6 +76423,26 @@ way to highlight code: using LPeg (Parsing Expression Grammars for Lua). LPeg
is much more powerful and faster than @code{l3regex}.")
(license license:lppl1.3c)))
(define-public texlive-codepage
(package
(name "texlive-codepage")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/codepage/"
"source/latex/codepage/"
"tex/latex/codepage/")
(base32
"1y223jd20issbl4p4rf14130iix75r29kszknglkshdhb3lqzg4c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/codepage")
(synopsis "Support for variant code pages")
(description
"The package provides a mechanism for inputting non-ASCII text. Nowadays, the
job is mostly done by the @code{inputenc} package in the LaTeX distribution.")
(license license:bsd-3)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar