gnu: Add texlive-realhats.
* gnu/packages/tex.scm (texlive-realhats): New variable.
This commit is contained in:
parent
7e96dbef37
commit
19d9f98949
1 changed files with 19 additions and 0 deletions
|
@ -3676,6 +3676,25 @@ to draw random walks with a given number of steps. Lengths and angles of the
|
||||||
steps can be customized in various ways.")
|
steps can be customized in various ways.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-realhats
|
||||||
|
(package
|
||||||
|
(name "texlive-realhats")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/realhats/"
|
||||||
|
"source/latex/realhats/"
|
||||||
|
"tex/latex/realhats/hats/")
|
||||||
|
(base32
|
||||||
|
"0y9s12kzzrrmzkx57yqy4mzx50bcsv972825nnlgcsgkxcd8wv51")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/realhats")
|
||||||
|
(synopsis "Put real hats on symbols instead of @samp{^}")
|
||||||
|
(description
|
||||||
|
"This LaTeX package makes @code{\\hat} put real hats on symbols.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Reference in a new issue