me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-showcharinbox.

* gnu/packages/tex.scm (texlive-showcharinbox): New variable.
master
Nicolas Goaziou 2023-08-29 16:01:01 +02:00
parent 7045f0a3b8
commit 5e6b27f661
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -95507,6 +95507,26 @@ variant commands also display the internal macros used by such commands, if
any. The @code{\\showcs} variant helps with macros with exotic names.")
(license license:lppl)))
(define-public texlive-showcharinbox
(package
(name "texlive-showcharinbox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/showcharinbox/"
"source/latex/showcharinbox/"
"tex/latex/showcharinbox/")
(base32
"1y91l00r6a04bjvqxqf0s4k3bf093q2wccd6s7dcz78wbp92ycj9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/showcharinbox")
(synopsis "Show characters inside a box")
(description
"The package typesets a character inside a box, showing where reference point
is, and displaying width, height, and depth information of the character.")
(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