mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: Add texlive-tds.
* gnu/packages/tex.scm (texlive-tds): New variable.
This commit is contained in:
parent
2c4aeb6b64
commit
5317c1c44c
1 changed files with 19 additions and 0 deletions
|
@ -25414,6 +25414,25 @@ (define-public texlive-tamethebeast
|
||||||
in LaTeX, and thus mainly about BibTeX.")
|
in LaTeX, and thus mainly about BibTeX.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-tds
|
||||||
|
(package
|
||||||
|
(name "texlive-tds")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/tds/" "doc/info/tds.info")
|
||||||
|
(base32
|
||||||
|
"04lhavbayyisxxqfm1vpfq38xx1xwkn136hdnjaa3szky2xyn3yh")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tds")
|
||||||
|
(synopsis "TeX Directory Structure standard")
|
||||||
|
(description
|
||||||
|
"This package defines a structure for placement of TeX-related files on
|
||||||
|
an hierarchical file system, in a way that is well-defined, and is readily
|
||||||
|
implementable.")
|
||||||
|
(license license:fdl1.1+)))
|
||||||
|
|
||||||
(define-public texlive-threeparttable
|
(define-public texlive-threeparttable
|
||||||
(package
|
(package
|
||||||
(name "texlive-threeparttable")
|
(name "texlive-threeparttable")
|
||||||
|
|
Loading…
Reference in a new issue