mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-tabstackengine.
* gnu/packages/tex.scm (texlive-tabstackengine): New variable.
This commit is contained in:
parent
75cecfaab0
commit
5445b744c8
1 changed files with 24 additions and 0 deletions
|
@ -97212,6 +97212,30 @@ (define-public texlive-tablvar
|
|||
features of the variation tables can be customized.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tabstackengine
|
||||
(package
|
||||
(name "texlive-tabstackengine")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tabstackengine/"
|
||||
"tex/latex/tabstackengine/")
|
||||
(base32
|
||||
"1qj9w9rjsakrijy953ab2sa5k92npvvm4zz1y2z4k4a78g981q0n")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tabstackengine")
|
||||
(synopsis "\"Tabbing\" front-end to stackengine")
|
||||
(description
|
||||
"The package provides a front end to the @code{stackengine} package,
|
||||
to allow tabbed stacking. In most cases, an existing @code{stackengine}
|
||||
command may be prepended with the word @samp{tabbed}, @samp{align} or
|
||||
@samp{tabular} to create a new tabbed version of a stacking macro. In
|
||||
addition, hooks in the package's parser that tabbed strings of data may be
|
||||
parsed, extracted, and reconstituted (not requiring use of any stacking
|
||||
constructions).")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue