mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add texlive-mleftright.
* gnu/packages/tex.scm (texlive-mleftright): New variable.
This commit is contained in:
parent
15593b066d
commit
f951b17d6e
1 changed files with 22 additions and 0 deletions
|
@ -89057,6 +89057,28 @@ (define-public texlive-mla-paper
|
|||
effort on their part.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-mleftright
|
||||
(package
|
||||
(name "texlive-mleftright")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mleftright/"
|
||||
"source/latex/mleftright/"
|
||||
"tex/generic/mleftright/")
|
||||
(base32
|
||||
"17rx9kndll8iwbkh07swjv5dn78wm74hd2qiga3gc7xbq9zmiczs")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mleftright")
|
||||
(synopsis "Variants of delimiters that act as maths open/close")
|
||||
(description
|
||||
"The package defines variants @code{\\mleft} and @code{\\mright} of
|
||||
@code{\\left} and @code{\\right}, that make the delimiters act as
|
||||
@code{\\mathopen} and @code{\\mathclose}. These commands address spacing
|
||||
difficulties in sub-formulas.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue