me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-apxproof.

* gnu/packages/tex.scm (texlive-apxproof): New variable.
Nicolas Goaziou 2023-07-30 13:03:18 +02:00
parent c82fb6d497
commit 57bc05e284
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -1528,6 +1528,32 @@ Operands may be numbers with arbitrary numbers of digits; scientific notation
is allowed. The expression scanner is also provided.")
(license license:public-domain)))
(define-public texlive-apxproof
(package
(name "texlive-apxproof")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/apxproof/"
"source/latex/apxproof/"
"tex/latex/apxproof/")
(base32
"1m4nvqxvnsllh25qmms6szcqqpb8wffk1z0v2p507fkgsdjz9jln")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/apxproof")
(synopsis "Proofs in appendix")
(description
"The package makes it easier to write articles where proofs and other
material are deferred to the appendix. The appendix material is written in
the LaTeX code along with the main text which it naturally complements, and it
is automatically deferred. The package can automatically send proofs to the
appendix, can repeat in the appendix the theorem environments stated in the
main text, can section the appendix automatically based on the sectioning of
the main text, and supports a separate bibliography for the appendix
material.")
(license license:lppl1.3+)))
(define-public texlive-arara
(package
(name "texlive-arara")