me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-menukeys.

* gnu/packages/tex.scm (texlive-menukeys): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:27 +02:00
parent bd63610f93
commit 3c3a88051b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -88677,6 +88677,27 @@ through a program's menu.")
"This LaTeX package can be used for typesetting simple restaurant menus.") "This LaTeX package can be used for typesetting simple restaurant menus.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-menukeys
(package
(name "texlive-menukeys")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/menukeys/"
"source/latex/menukeys/"
"tex/latex/menukeys/")
(base32
"1cscn6mafm08459amgacy2awa5disqjlr0nbg0zwb0wfkgk5iqln")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/menukeys")
(synopsis "Format menu sequences, paths and keystrokes from lists")
(description
"This package is designed to format menu sequences, paths and keyboard
shortcuts automatically. There are several predefined styles and one can
define one's own styles in a flexible way.")
(license license:lppl1.3c)))
;;; ;;;
;;; 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