mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-latexcheat.
* gnu/packages/tex.scm (texlive-latexcheat): New variable.
This commit is contained in:
parent
73bbb3f37b
commit
66f50d3661
1 changed files with 19 additions and 0 deletions
|
@ -18474,6 +18474,25 @@ (define-public texlive-latex4wp
|
|||
environment. It aims at helping such users use LaTeX instead.")
|
||||
(license license:fdl1.3+)))
|
||||
|
||||
(define-public texlive-latexcheat
|
||||
(package
|
||||
(name "texlive-latexcheat")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/latexcheat/")
|
||||
(base32
|
||||
"1383rsi21ma0291asi779bjr33m7fii019di8gv8kxwgci692fz0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/latexcheat")
|
||||
(synopsis "LaTeX cheat sheet")
|
||||
(description
|
||||
"This package provides a LaTeX reference sheet for writing scientific
|
||||
papers. Unlike many other such sheets, this sheet does not focus on
|
||||
typesetting mathematics, though it does list some symbols.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-oberdiek
|
||||
(package
|
||||
(name "texlive-oberdiek")
|
||||
|
|
Loading…
Reference in a new issue