mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-tabbing.
* gnu/packages/tex.scm (texlive-tabbing): New variable.
This commit is contained in:
parent
fc47d7b3de
commit
f36fbb2e53
1 changed files with 22 additions and 0 deletions
|
@ -97021,6 +97021,28 @@ (define-public texlive-synttree
|
|||
the tree.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-tabbing
|
||||
(package
|
||||
(name "texlive-tabbing")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tabbing/" "source/latex/tabbing/"
|
||||
"tex/latex/tabbing/")
|
||||
(base32
|
||||
"1dpkirz4318031ikq3y1134y19cyq6lgzhj610w12zywfmdy5jcj")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tabbing")
|
||||
(synopsis "Tabbing with accented letters")
|
||||
(description
|
||||
"By default, some of the tabbing environment's commands clash with default
|
||||
accent commands; LaTeX provides the odd commands @code{\\a'}, etc., to deal
|
||||
with the clash. The package offers a variant of the @code{tabbing}
|
||||
environment which does not create this difficulty, so that users need not
|
||||
learn two sets of accent commands.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
;;;
|
||||
;;; 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