gnu: Add texlive-pdfmsym.
* gnu/packages/tex.scm (texlive-pdfmsym): New variable.
This commit is contained in:
parent
224f18ace1
commit
80d1e1e63c
1 changed files with 23 additions and 0 deletions
|
@ -3333,6 +3333,29 @@ (define-public texlive-pdf-trans
|
|||
TeX boxes (based on plain and pdfeTeX primitives).")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-pdfmsym
|
||||
(package
|
||||
(name "texlive-pdfmsym")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/pdfmsym/"
|
||||
"tex/generic/pdfmsym/")
|
||||
(base32
|
||||
"128lhj72s2ddzbl7w3pl6cw84qqmx322rw1jb4m2db8whj8d2fbz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pdfmsym")
|
||||
(synopsis "PDF Math Symbols --- various drawn mathematical symbols")
|
||||
(description
|
||||
"This package defines a handful of mathematical symbols many of which are
|
||||
implemented via PDF's builtin drawing utility. It is intended for use with
|
||||
pdfTeX and LuaTeX and is supported by XeTeX to a lesser extent. Among the
|
||||
symbols it defines are some variants of commonly used ones, as well as more
|
||||
obscure symbols which cannot be as easily found in other TeX or LaTeX
|
||||
packages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-tex
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue