gnu: Add texlive-showdim.

* gnu/packages/tex.scm (texlive-showdim): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:02 +02:00
parent 5e6b27f661
commit 039ecfdc87
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -95527,6 +95527,26 @@ (define-public texlive-showcharinbox
is, and displaying width, height, and depth information of the character.")
(license license:lppl1.3+)))
(define-public texlive-showdim
(package
(name "texlive-showdim")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/showdim/" "tex/latex/showdim/")
(base32
"1hr2hfrvgqyfqaj9jgwiikcpf1pnslg8v0zw5qbj1ii6r7l8vrrd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/showdim")
(synopsis "Variants on printing dimensions")
(description
"This LaTeX package provides a number of commands for printing the value of
a TeX dimension. For example, @code{\\tenthpt@{\\baselineskip@}} yields the
current value of @code{\\baselineskip} rounded to the nearest tenth of
a point.")
(license license:lppl)))
;;;
;;; 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