gnu: Add texlive-directory.
* gnu/packages/tex.scm (texlive-directory): New variable.
This commit is contained in:
parent
24318d48a4
commit
f2008ecedf
1 changed files with 21 additions and 0 deletions
|
@ -79111,6 +79111,27 @@ and indentation of successive key steps automatically.")
|
||||||
mode.")
|
mode.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-directory
|
||||||
|
(package
|
||||||
|
(name "texlive-directory")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bib/directory/"
|
||||||
|
"bibtex/bst/directory/"
|
||||||
|
"doc/latex/directory/"
|
||||||
|
"tex/latex/directory/")
|
||||||
|
(base32
|
||||||
|
"03h3vskri5hcvna92spvagig4na8pmr52jmdclis58d903pmm6wp")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/directory")
|
||||||
|
(synopsis "Address book using BibTeX")
|
||||||
|
(description
|
||||||
|
"This package for LaTeX and BibTeX facilitates the construction,
|
||||||
|
maintenance and exploitation of an address book-like database.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in a new issue