mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-fontaxes.
* gnu/packages/tex.scm: New variable.
This commit is contained in:
parent
8a32b6a542
commit
2d77c270f4
1 changed files with 23 additions and 0 deletions
|
@ -7905,3 +7905,26 @@ (define-public texlive-utopia
|
|||
@code{mathdesign} font packages.")
|
||||
(license (license:fsf-free
|
||||
"http://mirrors.ctan.org/fonts/utopia/README"))))
|
||||
|
||||
(define-public texlive-fontaxes
|
||||
(package
|
||||
(name "texlive-fontaxes")
|
||||
(version "1.0e")
|
||||
(source
|
||||
(origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "fontaxes"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"19mhp9l7cjw0sbq55c9lz0l2pffkyhyir3i63jqynifjmglbgkl7"))))
|
||||
(build-system texlive-build-system)
|
||||
(arguments '(#:tex-directory "latex/fontaxes"))
|
||||
(home-page "http://www.ctan.org/pkg/fontaxes")
|
||||
(synopsis "Additional font axes for LaTeX")
|
||||
(description "The @code{fontaxes} package adds several new font
|
||||
axes on top of LaTeX's New Font Selection Scheme (NFSS). In
|
||||
particular, it splits the shape axis into a primary and a secondary
|
||||
shape axis and it adds three new axes to deal with the different
|
||||
figure versions offered by many professional fonts.")
|
||||
(license license:lppl1.3+)))
|
||||
|
|
Loading…
Reference in a new issue