mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add texlive-phfparen.
* gnu/packages/tex.scm (texlive-phfparen): New variable.
This commit is contained in:
parent
f139fab053
commit
f213e6f25d
1 changed files with 22 additions and 0 deletions
|
@ -92221,6 +92221,28 @@ (define-public texlive-phfnote
|
|||
highly flexible and customizable.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-phfparen
|
||||
(package
|
||||
(name "texlive-phfparen")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/phfparen/"
|
||||
"source/latex/phfparen/"
|
||||
"tex/latex/phfparen/")
|
||||
(base32
|
||||
"1b11l81xcqna11w7hhzy4adybrgpr1a64jl7376w970v7d41nd4d")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/phfparen")
|
||||
(synopsis "Parenthetic math expressions made simpler and less redundant")
|
||||
(description
|
||||
"This package provides a more condensed and flexible syntax for
|
||||
parenthesis-delimited expressions in math mode which also allows for an easier
|
||||
switching of brace sizes. For example, the syntax @samp{\\big( a + b )} can
|
||||
be used to replace @samp{\\bigl( a + b \\bigr)}.")
|
||||
(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