me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fullwidth.

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

View File

@ -83140,6 +83140,27 @@ environment provides options to set margins around the minipage and configure
the background.")
(license license:gpl3)))
(define-public texlive-fullwidth
(package
(name "texlive-fullwidth")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fullwidth/"
"tex/latex/fullwidth/")
(base32
"04wy2sxsbkyg62bhg5av9zg6q07snabwrxv776x3m1mlwi4fw7nh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fullwidth")
(synopsis "Adjust margins of text block")
(description
"The package provides the environment @code{fullwidth}, which sets the left
and right margins in a simple way. There is no constraint about page breaks;
if you are using the two-side mode, you can set the inner and outer margins to
avoid the effects of the different margins.")
(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