mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-mailing.
* gnu/packages/tex.scm (texlive-mailing): New variable.
This commit is contained in:
parent
f1730efcee
commit
342335a796
1 changed files with 22 additions and 0 deletions
|
@ -87963,6 +87963,28 @@ (define-public texlive-magicwatermark
|
|||
placed inside a TikZ node in the center of the page.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-mailing
|
||||
(package
|
||||
(name "texlive-mailing")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mailing/" "source/latex/mailing/"
|
||||
"tex/latex/mailing/")
|
||||
(base32
|
||||
"16x4s7cql6ckcfplmxx2wc52625wyg0nr0vkdyp7r2kh3j1xci1w")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mailing")
|
||||
(synopsis "Macros for mail merging")
|
||||
(description
|
||||
"This package is for use when sending a large number of letters, all with the
|
||||
same body text. The package's @code{\\addressfile} command is used to specify
|
||||
who the letter is to be sent to; the body of the @code{\\mailingtext} command
|
||||
specifies the text of the letters, possibly using macros defined in the
|
||||
@code{\\addressfile}.")
|
||||
(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