mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: texlive-latex-geometry -> texlive-geometry.
* gnu/packages/tex.scm (texlive-geometry): New variable. (texlive-latex-geometry): Deprecate variable. (texlive-xindy): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/cran.scm (r-prereg): * gnu/packages/graphviz.scm (dot2tex): * gnu/packages/maths.scm (hypre): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-nbconvert): * gnu/packages/sphinx.scm (python-sphinx): Use new name.
This commit is contained in:
parent
86e7f77220
commit
9e4adea8ad
8 changed files with 27 additions and 23 deletions
|
@ -899,9 +899,10 @@ (define-public yaehmop
|
||||||
(inputs (list openblas))
|
(inputs (list openblas))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran
|
(list gfortran
|
||||||
(texlive-updmap.cfg (list texlive-fonts-ec
|
(texlive-updmap.cfg
|
||||||
texlive-graphics
|
(list texlive-fonts-ec
|
||||||
texlive-latex-geometry))))
|
texlive-geometry
|
||||||
|
texlive-graphics))))
|
||||||
(home-page "https://github.com/greglandrum/yaehmop")
|
(home-page "https://github.com/greglandrum/yaehmop")
|
||||||
(synopsis "Perform extended Hückel calculations")
|
(synopsis "Perform extended Hückel calculations")
|
||||||
(description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular
|
(description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular
|
||||||
|
|
|
@ -36197,7 +36197,7 @@ (define-public r-prereg
|
||||||
texlive-iftex
|
texlive-iftex
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-latex-geometry
|
texlive-geometry
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-latex-threeparttable
|
texlive-latex-threeparttable
|
||||||
texlive-titlesec
|
texlive-titlesec
|
||||||
|
|
|
@ -387,8 +387,8 @@ (define-public dot2tex
|
||||||
;; the resulting generated TeX files, which \usepackage them.
|
;; the resulting generated TeX files, which \usepackage them.
|
||||||
texlive-bin
|
texlive-bin
|
||||||
texlive-amsmath
|
texlive-amsmath
|
||||||
|
texlive-geometry
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-latex-geometry
|
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-latex-preview
|
texlive-latex-preview
|
||||||
texlive-latex-xkeyval
|
texlive-latex-xkeyval
|
||||||
|
|
|
@ -5803,7 +5803,7 @@ (define-public hypre
|
||||||
texlive-latex-float
|
texlive-latex-float
|
||||||
texlive-fncychap
|
texlive-fncychap
|
||||||
texlive-framed
|
texlive-framed
|
||||||
texlive-latex-geometry
|
texlive-geometry
|
||||||
texlive-hanging
|
texlive-hanging
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-multirow
|
texlive-latex-multirow
|
||||||
|
|
|
@ -311,7 +311,7 @@ (define-public asymptote
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-latex-geometry
|
texlive-geometry
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-grfext
|
texlive-grfext
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
|
|
|
@ -15187,7 +15187,7 @@ (define-public python-nbconvert
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-latex-float
|
texlive-latex-float
|
||||||
texlive-latex-geometry
|
texlive-geometry
|
||||||
texlive-latex-jknapltx
|
texlive-latex-jknapltx
|
||||||
texlive-ms
|
texlive-ms
|
||||||
texlive-latex-parskip
|
texlive-latex-parskip
|
||||||
|
|
|
@ -119,7 +119,7 @@ (define-public python-sphinx
|
||||||
texlive-latex-float
|
texlive-latex-float
|
||||||
texlive-fncychap
|
texlive-fncychap
|
||||||
texlive-framed
|
texlive-framed
|
||||||
texlive-latex-geometry
|
texlive-geometry
|
||||||
texlive-graphics ;graphicx, color
|
texlive-graphics ;graphicx, color
|
||||||
texlive-kvoptions
|
texlive-kvoptions
|
||||||
texlive-latex-needspace
|
texlive-latex-needspace
|
||||||
|
|
|
@ -6017,22 +6017,23 @@ (define-public texlive-gcite
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-gcite texlive-gcite)
|
(define-deprecated-package texlive-latex-gcite texlive-gcite)
|
||||||
|
|
||||||
(define-public texlive-latex-geometry
|
(define-public texlive-geometry
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-geometry")
|
(name "texlive-geometry")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "geometry"))
|
(list "doc/latex/geometry/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/latex/geometry/"
|
||||||
(sha256
|
"tex/latex/geometry/")
|
||||||
(base32
|
(base32
|
||||||
"0a9nrmiwksnpa6iaapirqid974ai56qgin2n4h9mggy9v8gp7r71"))))
|
"09jwdrg4s1c0gqmx7s57byw5kc09cna3li85y9ix0vxa6f6iqzi1")))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/geometry"))
|
(outputs '("out" "doc"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-oberdiek ;for ifpdf
|
(list texlive-atbegshi
|
||||||
texlive-graphics)) ;for keyval
|
texlive-graphics ;for keyval
|
||||||
|
texlive-iftex))
|
||||||
(home-page "https://www.ctan.org/pkg/geometry")
|
(home-page "https://www.ctan.org/pkg/geometry")
|
||||||
(synopsis "Flexible and complete interface to document dimensions")
|
(synopsis "Flexible and complete interface to document dimensions")
|
||||||
(description
|
(description
|
||||||
|
@ -6040,11 +6041,13 @@ (define-public texlive-latex-geometry
|
||||||
page layout, implementing auto-centering and auto-balancing mechanisms so that
|
page layout, implementing auto-centering and auto-balancing mechanisms so that
|
||||||
the users have only to give the least description for the page layout. The
|
the users have only to give the least description for the page layout. The
|
||||||
package knows about all the standard paper sizes, so that the user need not
|
package knows about all the standard paper sizes, so that the user need not
|
||||||
know what the nominal \"real\" dimensions of the paper are, just its standard
|
know what the nominal real dimensions of the paper are, just its standard
|
||||||
name (such as a4, letter, etc.). An important feature is the package's
|
name (such as a4, letter, etc.). An important feature is the package's
|
||||||
ability to communicate the paper size it's set up to the output.")
|
ability to communicate the paper size it's set up to the output.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-geometry texlive-geometry)
|
||||||
|
|
||||||
(define-public texlive-latex-mdwtools
|
(define-public texlive-latex-mdwtools
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-mdwtools")
|
(name "texlive-latex-mdwtools")
|
||||||
|
@ -11730,7 +11733,7 @@ (define-public texlive-xindy
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-cyrillic
|
texlive-cyrillic
|
||||||
texlive-latex-geometry
|
texlive-geometry
|
||||||
(texlive-updmap.cfg ;fonts
|
(texlive-updmap.cfg ;fonts
|
||||||
(list texlive-cbfonts
|
(list texlive-cbfonts
|
||||||
texlive-lh
|
texlive-lh
|
||||||
|
|
Loading…
Reference in a new issue