me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-prettytok.

* gnu/packages/tex.scm (texlive-prettytok): New variable.
master
Nicolas Goaziou 2023-08-29 15:58:54 +02:00
parent 4ed4e2dd59
commit f5cfadc72a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -92938,6 +92938,28 @@ label names; so instead of @code{\\label@{mysection@}}, one uses
@samp{sec:} part.")
(license license:public-domain)))
(define-public texlive-prettytok
(package
(name "texlive-prettytok")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/prettytok/"
"tex/latex/prettytok/")
(base32
"1xz1q9n1jgscjsmbyccqwnxi57kzyxhm4bwqyix50pj1gywy27aw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-filecontentsdef texlive-l3kernel
texlive-precattl))
(home-page "https://ctan.org/pkg/prettytok")
(synopsis "Pretty-print token lists")
(description
"This package pretty-prints token lists to HTML file for debugging purposes.
Open the file in any browser to view the result. It can be used to replace
@code{\\tl_analysis_show:n}.")
(license license:lppl1.3c)))
;;;
;;; 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