mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add texlive-texonly.
* gnu/packages/tex.scm (texlive-texonly): New variable.
This commit is contained in:
parent
72640f773a
commit
43d15fca60
1 changed files with 18 additions and 0 deletions
|
@ -25547,6 +25547,24 @@ (define-public texlive-texbytopic
|
|||
ever need to know.")
|
||||
(license license:fdl1.3+)))
|
||||
|
||||
(define-public texlive-texonly
|
||||
(package
|
||||
(name "texlive-texonly")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/plain/texonly/")
|
||||
(base32
|
||||
"0h40f8hj03ha0ilpj2fx5kzzvdv0yplmr4528s2rmmy62l9kgdkd")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/texonly")
|
||||
(synopsis "Sample document in Plain TeX")
|
||||
(description
|
||||
"This package provides a file written with TeX, not using any packages,
|
||||
to be compiled with TeX or pdfTeX only, not with LaTeX and al.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-threeparttable
|
||||
(package
|
||||
(name "texlive-threeparttable")
|
||||
|
|
Loading…
Reference in a new issue