mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add texlive-knuth-local.
* gnu/packages/tex.scm (texlive-knuth-local): New variable.
This commit is contained in:
parent
f3f888ea55
commit
64c3ae85b7
1 changed files with 22 additions and 0 deletions
|
@ -1463,6 +1463,28 @@ (define-public texlive-knuth-lib
|
|||
|
||||
(define-deprecated-package texlive-fonts-knuth-lib texlive-knuth-lib)
|
||||
|
||||
(define-public texlive-knuth-local
|
||||
(package
|
||||
(name "texlive-knuth-local")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "fonts/source/public/knuth-local/"
|
||||
"fonts/tfm/public/knuth-local/"
|
||||
"mft/knuth-local/" "tex/plain/knuth-local/")
|
||||
(base32
|
||||
"02cf32f57fr6bngiv9xiw8bh4sq53p9br034ap74s80h3bgcmn1f")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/knuth-local")
|
||||
(native-inputs
|
||||
(list texlive-knuth-lib texlive-metafont))
|
||||
(synopsis "Knuth's local information")
|
||||
(description
|
||||
"This package provides a collection of experimental programs and
|
||||
developments based on, or complementary to, the matter in his distribution
|
||||
directories.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-latex-fonts
|
||||
(package
|
||||
(name "texlive-latex-fonts")
|
||||
|
|
Loading…
Reference in a new issue