mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add texlive-mparhack.
* gnu/packages/tex.scm (texlive-mparhack): New variable.
This commit is contained in:
parent
b529de143f
commit
5314a17d62
1 changed files with 20 additions and 0 deletions
|
@ -22008,6 +22008,26 @@ (define-public texlive-montserrat
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue