mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-sansmathaccent.
* gnu/packages/tex.scm (texlive-sansmathaccent): New variable.
This commit is contained in:
parent
d5c14e0955
commit
5073995d86
1 changed files with 24 additions and 0 deletions
|
@ -22620,6 +22620,30 @@ (define-public texlive-sankey
|
|||
to the flow rate.")
|
||||
(license (list license:lppl1.3+ license:gpl3+))))
|
||||
|
||||
(define-public texlive-sansmathaccent
|
||||
(package
|
||||
(name "texlive-sansmathaccent")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/sansmathaccent/"
|
||||
"fonts/map/dvips/sansmathaccent/"
|
||||
"fonts/tfm/public/sansmathaccent/"
|
||||
"fonts/vf/public/sansmathaccent/"
|
||||
"tex/latex/sansmathaccent/")
|
||||
(base32
|
||||
"03xd3wpmzrggpmjrff4ka56v2zycbznlcdfyvz74xxjnngxz81qm")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sansmathaccent")
|
||||
(synopsis "Correct placement of accents in sans-serif maths")
|
||||
(description
|
||||
"Sans serif maths (produced by the @code{beamer} class or the
|
||||
@code{sfmath} package) often has accents positioned incorrectly. This package
|
||||
fixes the positioning of such accents when the default font (@code{cmssi}) is
|
||||
used for sans serif maths.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-sasnrdisplay
|
||||
(package
|
||||
(name "texlive-sasnrdisplay")
|
||||
|
|
Loading…
Reference in a new issue