mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Add texlive-tlc2.
* gnu/packages/tex.scm (texlive-tlc2): New variable.
This commit is contained in:
parent
ebf1df16c2
commit
b41e36a17b
1 changed files with 18 additions and 0 deletions
|
@ -25632,6 +25632,24 @@ (define-public texlive-titlepages
|
||||||
used to create them.")
|
used to create them.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-tlc2
|
||||||
|
(package
|
||||||
|
(name "texlive-tlc2")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tlc2/")
|
||||||
|
(base32
|
||||||
|
"1ysb233rjb8gpl9s35qql1dny5rj6fn8ssy2dqdqsn5xj9pdasyy")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tlc2-examples")
|
||||||
|
(synopsis "Examples from @emph{The LaTeX Companion}, second edition")
|
||||||
|
(description
|
||||||
|
"This package provides the source of the examples printed in @emph{The
|
||||||
|
LaTeX Companion} book, together with necessary supporting files.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-txfonts
|
(define-public texlive-txfonts
|
||||||
(package
|
(package
|
||||||
(name "texlive-txfonts")
|
(name "texlive-txfonts")
|
||||||
|
|
Loading…
Reference in a new issue