mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add texlive-tex-font-errors-cheatsheet.
* gnu/packages/tex.scm (texlive-tex-font-errors-cheatsheet): New variable.
This commit is contained in:
parent
5317c1c44c
commit
8c442d08bf
1 changed files with 19 additions and 0 deletions
|
@ -25433,6 +25433,25 @@ (define-public texlive-tds
|
|||
implementable.")
|
||||
(license license:fdl1.1+)))
|
||||
|
||||
(define-public texlive-tex-font-errors-cheatsheet
|
||||
(package
|
||||
(name "texlive-tex-font-errors-cheatsheet")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tex-font-errors-cheatsheet/")
|
||||
(base32
|
||||
"0pfd5qphmizhxb2p4gg6809xcx1rlfkwqa6vs4f74457chcwljwn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tex-font-errors-cheatsheet")
|
||||
(synopsis "Cheat sheet outlining the most common TeX font errors")
|
||||
(description
|
||||
"This is a compact three-pages document highlighting the TeX flow of
|
||||
integrating fonts, and explains how some of the most common font-related error
|
||||
messages occur. Also, hints are given on how to address those.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-threeparttable
|
||||
(package
|
||||
(name "texlive-threeparttable")
|
||||
|
|
Loading…
Reference in a new issue