me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-japanese-mathformulas.

* gnu/packages/tex.scm (texlive-japanese-mathformulas): New variable.
Nicolas Goaziou 2023-08-16 12:17:53 +02:00
parent d631be5b66
commit 72b0875da8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -34250,6 +34250,26 @@ command).")
;; The license text is found at the header of the jadetex.dtx file.
(license license:expat)))
(define-public texlive-japanese-mathformulas
(package
(name "texlive-japanese-mathformulas")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/japanese-mathformulas/"
"tex/lualatex/japanese-mathformulas/")
(base32
"0a5kqgkl89m5yc9zgkhlz44dvvi52jfaja3lwcf7g7q039k2h6fg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/japanese-mathformulas")
(synopsis "Compiling basic math formulas in Japanese using LuaLaTeX")
(description
"This is a style file for compiling basic maths formulas in Japanese
using LuaLaTeX. @code{\\NewDocumentCommand} allows you to specify whether the
formula should be used within a sentence or on a new line.")
(license license:lppl1.3c)))
(define-public texlive-libertine
(package
(name "texlive-libertine")