me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bxpapersize.

* gnu/packages/tex.scm (texlive-bxpapersize): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:15 +02:00
parent b6540d4a44
commit 2aeddca166
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -75020,6 +75020,26 @@ compatible with NFSS. In particular, one can safely change font size after
invoking a font command defined by @code{\\newfontx}.")
(license license:expat)))
(define-public texlive-bxpapersize
(package
(name "texlive-bxpapersize")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxpapersize/"
"tex/latex/bxpapersize/")
(base32
"1133p7xl0dqakqsh3cvhd7yx0j8zcqmwhf82fmphsclvbgwycyhs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxpapersize")
(synopsis "Synchronize output paper size with layout paper size")
(description
"As is well known, in LaTeX processing layout paper size specified by document
class options is not automatically applied to output paper size. This package
enables LaTeX authors to synchronize both kinds of paper sizes.")
(license license:expat)))
;;;
;;; 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