gnu: Add texlive-miller.

* gnu/packages/tex.scm (texlive-miller): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:33:12 +02:00
parent 83ec59f001
commit f89e68998f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4900,6 +4900,26 @@ (define-public texlive-mhequ
reduces visual clutter.")
(license license:public-domain)))
(define-public texlive-miller
(package
(name "texlive-miller")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/miller/" "source/latex/miller/"
"tex/latex/miller/")
(base32
"062pzzzi72hrhvxqg8ay9bacqq1rcjry3ms3j9amzmz6zma3jrgw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/miller")
(synopsis "Typeset Miller indices")
(description
"This package typesets Miller indices that are used in material science
with an easy syntax. Minus signs are printed as bar above the corresponding
number.")
(license license:lppl)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")