mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add texlive-block.
* gnu/packages/tex.scm (texlive-block): New variable.
This commit is contained in:
parent
bfcb509840
commit
479bb2ed36
1 changed files with 21 additions and 0 deletions
|
@ -74514,6 +74514,27 @@ (define-public texlive-blkarray
|
||||||
@code{\\footnote} command works inside a @code{blockarray}.")
|
@code{\\footnote} command works inside a @code{blockarray}.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-block
|
||||||
|
(package
|
||||||
|
(name "texlive-block")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/block/" "tex/latex/block/")
|
||||||
|
(base32
|
||||||
|
"02pvrxjds8qwqjq3ncqf1s9z96pmci98v3nj6dc9xy98gvc6r1h9")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/block")
|
||||||
|
(synopsis "Block letter style for the @code{letter} class")
|
||||||
|
(description
|
||||||
|
"This package provides a style file for use with the @code{letter} class that
|
||||||
|
overwrites the @code{\\opening} and @code{\\closing} macros so that letters
|
||||||
|
can be styled with the block letter style instead of the default style. Thus,
|
||||||
|
the return address, the closing, and the signature appear flushed on the left
|
||||||
|
margin.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue