me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fancytabs.

* gnu/packages/tex.scm (texlive-fancytabs): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:01 +02:00
parent 49c5ebe9c7
commit 35a592be9a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -81818,6 +81818,26 @@ types of slides, simplified commands (e.g. for starting and ending slide).
The class is built upon LaTeX Beamer, so all Beamer commands should work.") The class is built upon LaTeX Beamer, so all Beamer commands should work.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-fancytabs
(package
(name "texlive-fancytabs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fancytabs/"
"source/latex/fancytabs/"
"tex/latex/fancytabs/")
(base32
"09d293nl925sp1nfgnbpqb0xps6d0wa3q566p458qxyzadvfadvk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fancytabs")
(synopsis "Fancy page border tabs")
(description
"The package can typeset tabs on the side of a page. It requires TikZ from
the PGF bundle.")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar