mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-zxjafont.
* gnu/packages/tex.scm (texlive-zxjafont): New variable.
This commit is contained in:
parent
7e968555e3
commit
1257f1949d
1 changed files with 16 additions and 0 deletions
|
@ -10699,6 +10699,22 @@ (define-public texlive-zx-calculus
|
|||
mode to avoid getting lost in big diagrams.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-zxjafont
|
||||
(package
|
||||
(name "texlive-zxjafont")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/zxjafont/" "tex/latex/zxjafont/")
|
||||
(base32
|
||||
"1n8sky4aprs7r12pvyj6q1lman57k94s7mkynnzfw1z4xnam459j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/zxjafont")
|
||||
(synopsis "Set up Japanese font families for XeLaTeX")
|
||||
(description "This package sets up Japanese font families for XeLaTeX.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-biblatex-cheatsheet
|
||||
(package
|
||||
(name "texlive-biblatex-cheatsheet")
|
||||
|
|
Loading…
Reference in a new issue