me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-inputtrc.

* gnu/packages/tex.scm (texlive-inputtrc): New variable.
master
Nicolas Goaziou 2023-08-29 15:53:01 +02:00
parent bd24c4e610
commit c99d49483d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -85610,6 +85610,29 @@ included in the source file.")
is supported, you can switch to circled equation numbers.")
(license license:expat)))
(define-public texlive-inputtrc
(package
(name "texlive-inputtrc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/inputtrc/"
"source/latex/inputtrc/"
"tex/latex/inputtrc/")
(base32
"0nmflwlf1ydrrb1n6gy8b6zfh18c02z0iyfv91m6c674spaiplsr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/inputtrc")
(synopsis "Trace which file loads which")
(description
"The package produces screen/log messages of the form @samp{<current>
INPUTTING <next>} reporting LaTeX input commands (@samp{<current>} and
@samp{<next}> being file names). The message is indented to reflect the level
of input nesting. Tracing may be turned on and off, and the unit of
indentation may be adjusted.")
(license license:lppl1.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