gnu: texlive-latex-hyphenat -> texlive-hyphenat.
* gnu/packages/tex.scm (texlive-hyphenat): New variable. (texlive-latex-hyphenat): Deprecate variable.
parent
1c74ba8ca2
commit
443cf97f4e
|
@ -12670,24 +12670,29 @@ Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the
|
||||||
use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
|
use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
|
||||||
(license (list license:lppl1.3+ license:silofl1.1))))
|
(license (list license:lppl1.3+ license:silofl1.1))))
|
||||||
|
|
||||||
(define-public texlive-latex-hyphenat
|
(define-public texlive-hyphenat
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-hyphenat")
|
||||||
"texlive-latex-hyphenat"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/hyphenat/"
|
(source (texlive-origin
|
||||||
"tex/latex/hyphenat/")
|
name version
|
||||||
(base32 "0b3jx2yvryx95am0ll9h6yc99niw2lwgsbq7r89j84z2qyp2llsq")
|
(list "doc/latex/hyphenat/" "source/latex/hyphenat/"
|
||||||
#:trivial? #t))
|
"tex/latex/hyphenat/")
|
||||||
|
(base32
|
||||||
|
"0gm7s7bidp9b4sfgylvwydban8jylfcskmqrf0sxlwxsqxqq5fy5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(home-page "https://ctan.org/pkg/hyphenat")
|
(home-page "https://ctan.org/pkg/hyphenat")
|
||||||
(synopsis "Disable/enable hyphenation")
|
(synopsis "Disable/enable hypenation")
|
||||||
(description
|
(description
|
||||||
"This package can disable all hyphenation or enable hyphenation of
|
"This package can disable all hyphenation or enable hyphenation of
|
||||||
non-alphabetics or monospaced fonts. The package can also enable hyphenation
|
non-alphabetics or monospaced fonts. The package can also enable hyphenation
|
||||||
within ‘words’ that contain non-alphabetic characters (e.g., that include
|
within words that contain non-alphabetic characters (e.g., that include
|
||||||
underscores), and hyphenation of text typeset in monospaced (e.g., cmtt)
|
underscores), and hyphenation of text typeset in monospaced (e.g.,
|
||||||
fonts.")
|
@code{cmtt}) fonts.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-hyphenat texlive-hyphenat)
|
||||||
|
|
||||||
(define-public texlive-lastpage
|
(define-public texlive-lastpage
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
|
|
Reference in New Issue