gnu: Add texlive-suppose.
* gnu/packages/tex.scm (texlive-suppose): New variable.
This commit is contained in:
parent
e7aa62ef0b
commit
66101a7d50
1 changed files with 20 additions and 0 deletions
|
@ -96813,6 +96813,26 @@ (define-public texlive-substitutefont
|
|||
substitute for another one, using its @code{\\substitutefont} command.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-suppose
|
||||
(package
|
||||
(name "texlive-suppose")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/suppose/" "tex/latex/suppose/")
|
||||
(base32
|
||||
"0jll93kng5kkbl1f5yvclaclvxl5kcbsv76vbzmv2p0v271miybn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/suppose")
|
||||
(synopsis "Abbreviate the word ``Suppose''")
|
||||
(description
|
||||
"This package provides commands for abbreviating the word ``Suppose'' in six
|
||||
fonts and with other variations. The author recommends only using these
|
||||
commands when the immediately succeeding strings are mathematical in nature.
|
||||
He does not recommend using them in formal work.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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