[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
286/296: gnu: Add texlive-mparhack.
From: |
guix-commits |
Subject: |
286/296: gnu: Add texlive-mparhack. |
Date: |
Thu, 24 Aug 2023 05:21:29 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5314a17d62220ed77f0542b4b9695b05a511f431
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 23 09:29:55 2023 +0200
gnu: Add texlive-mparhack.
* gnu/packages/tex.scm (texlive-mparhack): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6343aebf0..370991b8de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22008,6 +22008,26 @@ shapes that are much more rounded than the default
version, reflecting the
signage in the neighborhood of Montserrat.")
(license (list license:silofl1.1 license:lppl1.3+))))
+(define-public texlive-mparhack
+ (package
+ (name "texlive-mparhack")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mparhack/"
+ "source/latex/mparhack/"
+ "tex/latex/mparhack/")
+ (base32
+ "1ajlpri5bi62k9wsmic3j2xjkz1wzjc3n4fr04c5d667jsibpfmg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mparhack")
+ (synopsis "Work around a LaTeX bug in marginpars")
+ (description
+ "This package works around the LaTeX bug that marginpars will sometimes
+come out at the wrong margin.")
+ (license license:gpl2+)))
+
(define-public texlive-mpfonts
(package
(name "texlive-mpfonts")
- 245/296: gnu: Add texlive-uiucthesis., (continued)
- 245/296: gnu: Add texlive-uiucthesis., guix-commits, 2023/08/24
- 240/296: gnu: Add texlive-udes-genie-these., guix-commits, 2023/08/24
- 260/296: gnu: Add texlive-unswcover., guix-commits, 2023/08/24
- 276/296: gnu: Add texlive-wsemclassic., guix-commits, 2023/08/24
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind., guix-commits, 2023/08/24
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack.,
guix-commits <=
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24
- 243/296: gnu: Add texlive-uhhassignment., guix-commits, 2023/08/24
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24
- 254/296: gnu: Add texlive-unbtex., guix-commits, 2023/08/24
- 247/296: gnu: Add texlive-ulthese., guix-commits, 2023/08/24
- 255/296: gnu: Add texlive-unifith., guix-commits, 2023/08/24
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24