mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-recipecard.
* gnu/packages/tex.scm (texlive-recipecard): New variable.
This commit is contained in:
parent
85b537d996
commit
c8b9440676
1 changed files with 23 additions and 0 deletions
|
@ -93708,6 +93708,29 @@ (define-public texlive-recipebook
|
|||
binder cover sheets.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-recipecard
|
||||
(package
|
||||
(name "texlive-recipecard")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/recipecard/"
|
||||
"source/latex/recipecard/"
|
||||
"tex/latex/recipecard/")
|
||||
(base32
|
||||
"0794jd9d28rjvwk6bx93al2dcavjrb341yjmivhmq74d504wahpf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(native-inputs (list (texlive-updmap.cfg (list texlive-hypdoc))))
|
||||
(home-page "https://ctan.org/pkg/recipecard")
|
||||
(synopsis "Typeset recipes in note-card-sized boxes")
|
||||
(description
|
||||
"The @code{recipecard} class typesets recipes into note card sized boxes that
|
||||
can then be cut out and pasted on to note cards. The recipe then looks
|
||||
elegant and fits in the box of recipes.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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