mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-leftindex.
* gnu/packages/tex.scm (texlive-leftindex): New variable.
This commit is contained in:
parent
37181b0644
commit
55dc61d217
1 changed files with 20 additions and 0 deletions
|
@ -87012,6 +87012,26 @@ (define-public texlive-leftidx
|
|||
automatically raised for better fitting to the symbol they belong to.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-leftindex
|
||||
(package
|
||||
(name "texlive-leftindex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/leftindex/"
|
||||
"tex/latex/leftindex/")
|
||||
(base32
|
||||
"1dn57nvrkgmf96vnswrj0pwkdl276bi79yvl4hv4r5c8z6p5dqq6")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/leftindex")
|
||||
(synopsis "Left indices with better spacing")
|
||||
(description
|
||||
"This package provides commands for typesetting left indices. Unlike other
|
||||
similar packages, @code{leftindex} also indents the left superscript,
|
||||
providing much better spacing in general.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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