mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-trsym.
* gnu/packages/tex.scm (texlive-trsym): New variable.
This commit is contained in:
parent
cef75297e7
commit
c1e36460a4
1 changed files with 23 additions and 0 deletions
|
@ -98566,6 +98566,29 @@ (define-public texlive-trivfloat
|
||||||
with @code{memoir} as well as the standard classes.")
|
with @code{memoir} as well as the standard classes.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-trsym
|
||||||
|
(package
|
||||||
|
(name "texlive-trsym")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/trsym/"
|
||||||
|
"fonts/source/public/trsym/"
|
||||||
|
"fonts/tfm/public/trsym/"
|
||||||
|
"source/latex/trsym/" "tex/latex/trsym/")
|
||||||
|
(base32
|
||||||
|
"1njz8i5p98f9msnn9x1806jaifwm2h3ffjyn2wx7cyca9f628gx6")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(native-inputs (list texlive-metafont))
|
||||||
|
(home-page "https://ctan.org/pkg/trsym")
|
||||||
|
(synopsis "Symbols for transformations")
|
||||||
|
(description
|
||||||
|
"The bundle provides Metafont source for a small font used for, e.g., Laplace
|
||||||
|
transformations, together with a LaTeX @file{.fd} file and a package providing
|
||||||
|
commands for the symbols use in mathematics.")
|
||||||
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue