mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-platexcheat.
* gnu/packages/tex.scm (texlive-platexcheat): New variable.
This commit is contained in:
parent
0528673006
commit
c05e80b656
1 changed files with 20 additions and 0 deletions
|
@ -14748,6 +14748,26 @@ (define-public texlive-platex-tools
|
|||
Schroder's @code{ms} bundle are included.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-platexcheat
|
||||
(package
|
||||
(name "texlive-platexcheat")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/platexcheat/")
|
||||
(base32
|
||||
"04hvm19x4z7vq2md3p3r2wwa7iqkgkxnvvj1xx3s9145m6fjib5a")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/platexcheat")
|
||||
(synopsis "LaTeX cheat sheet, in Japanese")
|
||||
(description
|
||||
"This is a translation to Japanese of Winston Chang's LaTeX cheat
|
||||
sheet (a reference sheet for writing scientific papers). It has been adapted
|
||||
to Japanese standards using pLaTeX, and also attached additional information
|
||||
of standard LaTeX (especially about Math mode).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-plipsum
|
||||
(package
|
||||
(name "texlive-plipsum")
|
||||
|
|
Loading…
Reference in a new issue