mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-showtags.
* gnu/packages/tex.scm (texlive-showtags): New variable.
This commit is contained in:
parent
a00969c339
commit
8046a7753b
1 changed files with 18 additions and 0 deletions
|
@ -16227,6 +16227,24 @@ (define-public texlive-sgame
|
|||
vertically centered within the boxes.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-showtags
|
||||
(package
|
||||
(name "texlive-showtags")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/showtags/" "tex/latex/showtags/")
|
||||
(base32
|
||||
"0690p94mmlwhg06wzisa73w4445yg3ljy98haqf65acrcb09rl6j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/showtags")
|
||||
(synopsis "Print the tags of bibliography entries")
|
||||
(description
|
||||
"This package prints the tag right-aligned on each line of the
|
||||
bibliography.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-shuffle
|
||||
(package
|
||||
(name "texlive-shuffle")
|
||||
|
|
Loading…
Reference in a new issue