gnu: texlive-latex-acmart -> texlive-acmart.
* gnu/packages/tex.scm (texlive-acmart): New variable. (texlive-latex-acmart): Deprecate variable.
parent
6734cfd2b7
commit
89b54d1ea8
|
@ -8239,26 +8239,56 @@ technical illustrations. Its output is scalable PostScript or SVG, rather
|
||||||
than the bitmaps Metafont creates.")
|
than the bitmaps Metafont creates.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-latex-acmart
|
(define-public texlive-acmart
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-acmart")
|
(name "texlive-acmart")
|
||||||
(version "1.60")
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "acmart"))
|
(list "bibtex/bst/acmart/" "doc/latex/acmart/"
|
||||||
(sha256
|
"source/latex/acmart/" "tex/latex/acmart/")
|
||||||
(base32
|
(base32
|
||||||
"12wxav9r6v7dlfja9myrwz7famgfpcfwd292qzmgg283xgngh9kd"))
|
"0vz0dla2frf5wgp5xrqc9q4z730k9wayfkfj0vg58a2xjriarrzn")))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/acmart"))
|
(propagated-inputs
|
||||||
(home-page "https://www.ctan.org/pkg/acmart")
|
(list texlive-booktabs
|
||||||
|
texlive-caption
|
||||||
|
texlive-cmap
|
||||||
|
texlive-comment
|
||||||
|
texlive-draftwatermark
|
||||||
|
texlive-environ
|
||||||
|
texlive-etoolbox
|
||||||
|
texlive-fancyhdr
|
||||||
|
texlive-float
|
||||||
|
texlive-geometry
|
||||||
|
texlive-graphics
|
||||||
|
texlive-hyperref
|
||||||
|
texlive-hyperxmp
|
||||||
|
texlive-iftex
|
||||||
|
texlive-inconsolata
|
||||||
|
texlive-libertine
|
||||||
|
texlive-microtype
|
||||||
|
texlive-natbib
|
||||||
|
texlive-ncctools
|
||||||
|
texlive-newtx
|
||||||
|
texlive-preprint
|
||||||
|
texlive-refcount
|
||||||
|
texlive-setspace
|
||||||
|
texlive-textcase
|
||||||
|
texlive-totpages
|
||||||
|
texlive-xcolor
|
||||||
|
texlive-xkeyval
|
||||||
|
texlive-xstring))
|
||||||
|
(home-page "https://ctan.org/pkg/acmart")
|
||||||
(synopsis "Class for typesetting publications of ACM")
|
(synopsis "Class for typesetting publications of ACM")
|
||||||
(description
|
(description
|
||||||
"This package provides a class for typesetting publications of the
|
"This package provides a class for typesetting publications of the
|
||||||
Association for Computing Machinery (ACM).")
|
Association for Computing Machinery (ACM).")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-acmart texlive-acmart)
|
||||||
|
|
||||||
(define-public texlive-latex-varwidth
|
(define-public texlive-latex-varwidth
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-varwidth")
|
(name "texlive-latex-varwidth")
|
||||||
|
|
Reference in New Issue