[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/458: gnu: Add texlive-ntheorem.
From: |
guix-commits |
Subject: |
163/458: gnu: Add texlive-ntheorem. |
Date: |
Wed, 14 Jun 2023 05:22:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c3960cf48c53b9888464fd59aad7c23375738737
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:32:47 2023 +0200
gnu: Add texlive-ntheorem.
* gnu/packages/tex.scm (texlive-ntheorem): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 02e3eb4bf6..14c1a64661 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11954,6 +11954,30 @@ TeX users have no access to package options, so need
to redefine macros for
these changes.")
(license license:public-domain)))
+(define-public texlive-ntheorem
+ (package
+ (name "texlive-ntheorem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ntheorem/" "source/latex/ntheorem/"
+ "tex/latex/ntheorem/")
+ (base32
+ "16xain8s0azcnhwj5xwh3m365sb9bhdvxanh19kvmnc52dggjc1y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts))
+ (home-page "https://ctan.org/pkg/ntheorem")
+ (synopsis "Enhanced theorem environment")
+ (description
+ "The package offers enhancements for theorem-like environments: easier
+control of layout; proper placement of endmarks even when the environment ends
+with @code{\\end@{enumerate@}} or @code{\\end@{displaymath@}} (including
+support for @code{amsmath} displayed-equation environments); and support for
+making a list of theorems, analagous to @code{\\listoffigures}.")
+ (license license:lppl)))
+
(define-public texlive-fmtcount
(package
(inherit (simple-texlive-package
- 83/458: gnu: texlive-latex-multirow -> texlive-multirow., (continued)
- 83/458: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/14
- 97/458: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/14
- 102/458: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/14
- 105/458: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/14
- 112/458: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/14
- 116/458: gnu: Add texlive-regexpatch., guix-commits, 2023/06/14
- 122/458: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/14
- 126/458: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/14
- 132/458: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/14
- 158/458: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/14
- 163/458: gnu: Add texlive-ntheorem.,
guix-commits <=
- 166/458: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/14
- 175/458: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/14
- 183/458: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/14
- 202/458: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/14
- 211/458: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/14
- 212/458: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/14
- 84/458: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/14
- 88/458: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/14
- 103/458: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/14
- 110/458: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/14