ngz pushed a commit to branch master
in repository guix.
commit 1a1108f043bc5b1d891d1388a93c51239c2c6d08
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 16 12:51:43 2023 +0200
gnu: Add texlive-jlreq-deluxe.
* gnu/packages/tex.scm (texlive-jlreq-deluxe): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 85b02fb9a3..99d23dd087 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34339,6 +34339,27 @@ for Japanese text layout. The class file and the JFM
(Japanese font metric)
files for LuaTeX-ja, pLaTeX, or upLaTeX are provided.")
(license license:bsd-2)))
+(define-public texlive-jlreq-deluxe
+ (package
+ (name "texlive-jlreq-deluxe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/jlreq-deluxe/"
+ "fonts/tfm/public/jlreq-deluxe/"
+ "fonts/vf/public/jlreq-deluxe/"
+ "tex/platex/jlreq-deluxe/")
+ (base32
+ "0l80iqgsnhvqisrkhgflwpxs5fqyz2ddv6vp3b17vnxvymyzzvg4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jlreq-deluxe")
+ (synopsis "Multi-weight Japanese font support for the @code{jlreq} class")
+ (description
+ "This package provides multi-weight Japanese font support for the
+@code{jlreq} class.")
+ (license license:expat)))
+
(define-public texlive-libertine
(package
(name "texlive-libertine")