mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: Add texlive-makebox.
* gnu/packages/tex.scm (texlive-makebox): New variable.
This commit is contained in:
parent
1f40b9b1eb
commit
70b8375249
1 changed files with 20 additions and 0 deletions
|
@ -88051,6 +88051,26 @@ (define-public texlive-makebase
|
|||
(default 16). It does not change font or typeface.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-makebox
|
||||
(package
|
||||
(name "texlive-makebox")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/makebox/" "source/latex/makebox/"
|
||||
"tex/latex/makebox/")
|
||||
(base32
|
||||
"0n7gxbqlx88bigcrw2z8jqwaakhisdzxx2lzn0ddjnpvslhm4hl9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/makebox")
|
||||
(synopsis "Defines a @code{\\makebox*} command")
|
||||
(description
|
||||
"This package defines a @code{\\makebox*} command that does the same as
|
||||
a @code{\\makebox} command, except that the width is given by a sample text
|
||||
instead of an explicit length measure.")
|
||||
(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