gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.
* gnu/packages/tex.scm (texlive-newunicodechar): New variable. (texlive-latex-newunicodechar): Deprecate variable. * gnu/packages/maths.scm (hypre): Use new name.
parent
36e77dbd2a
commit
e1e0e08451
|
@ -5809,7 +5809,7 @@ set.")
|
||||||
texlive-latex-multirow
|
texlive-latex-multirow
|
||||||
texlive-natbib
|
texlive-natbib
|
||||||
texlive-latex-needspace
|
texlive-latex-needspace
|
||||||
texlive-latex-newunicodechar
|
texlive-newunicodechar
|
||||||
texlive-latex-parskip
|
texlive-latex-parskip
|
||||||
texlive-latex-stackengine
|
texlive-latex-stackengine
|
||||||
texlive-latex-tabulary
|
texlive-latex-tabulary
|
||||||
|
|
|
@ -5401,14 +5401,18 @@ the LaTeX standard foating environments @code{figure} and @code{table}.")
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-newfloat texlive-newfloat)
|
(define-deprecated-package texlive-latex-newfloat texlive-newfloat)
|
||||||
|
|
||||||
(define-public texlive-latex-newunicodechar
|
(define-public texlive-newunicodechar
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-newunicodechar")
|
||||||
"texlive-latex-newunicodechar"
|
(version (number->string %texlive-revision))
|
||||||
'("/doc/latex/newunicodechar/" "/tex/latex/newunicodechar/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"0pwx3ylhvk5hxjnalas00grrbwla79j424i27hrm0zgflq7wsbrj")
|
(list "doc/latex/newunicodechar/" "source/latex/newunicodechar"
|
||||||
#:trivial? #t))
|
"tex/latex/newunicodechar/")
|
||||||
|
(base32
|
||||||
|
"0mybqah1n9vmxvi6f587jlxbn7pv3624qw83psq5vwfnddw3n70y")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(home-page "https://www.ctan.org/pkg/newunicodechar")
|
(home-page "https://www.ctan.org/pkg/newunicodechar")
|
||||||
(synopsis "Definitions of the meaning of Unicode characters")
|
(synopsis "Definitions of the meaning of Unicode characters")
|
||||||
(description
|
(description
|
||||||
|
@ -5417,6 +5421,8 @@ Unicode characters. The document should be processed by (pdf)LaTeX with the
|
||||||
Unicode option of @code{inputenc} or @code{inputenx}, or by XeLaTeX/LuaLaTeX.")
|
Unicode option of @code{inputenc} or @code{inputenx}, or by XeLaTeX/LuaLaTeX.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-newunicodechar texlive-newunicodechar)
|
||||||
|
|
||||||
(define-public texlive-pdftexcmds
|
(define-public texlive-pdftexcmds
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-pdftexcmds"
|
"texlive-pdftexcmds"
|
||||||
|
|
Reference in New Issue