mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add texlive-printlen.
* gnu/packages/tex.scm (texlive-printlen): New variable.
This commit is contained in:
parent
f5cfadc72a
commit
0a56646a1f
1 changed files with 23 additions and 0 deletions
|
@ -92960,6 +92960,29 @@ (define-public texlive-prettytok
|
|||
@code{\\tl_analysis_show:n}.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-printlen
|
||||
(package
|
||||
(name "texlive-printlen")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/printlen/" "tex/latex/printlen/")
|
||||
(base32
|
||||
"0pha10m0zgsp4zs100kjlf1zgdj2dsb1i1a6ng3wamhbq8l0508l")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/printlen")
|
||||
(synopsis "Print lengths using specified units")
|
||||
(description
|
||||
"@code{\\printlength@{length@}} prints the value of a LaTeX length in the
|
||||
units specified by @code{\\uselengthunit@{unit@}}, where @samp{unit} may be
|
||||
any TeX length unit: @samp{pt}, @samp{pc}, @samp{in}, @samp{mm}, @samp{cm},
|
||||
@samp{bp}, @samp{dd} or @samp{cc}). When the unit is @samp{pt}, the printed
|
||||
length value will include any stretch or shrink; otherwise these are not
|
||||
printed. The unit argument may also be @samp{PT}, in which case length values
|
||||
will be printed in point units but without any stretch or shrink values.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue