gnu: texlive-ifoddpage: Refresh package definition.
* gnu/packages/tex.scm (texlive-ifoddpage): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
51cb4f9837
commit
a1998bb56c
1 changed files with 24 additions and 24 deletions
|
@ -11312,30 +11312,30 @@ a physical page.")
|
||||||
(license license:lppl))))
|
(license license:lppl))))
|
||||||
|
|
||||||
(define-public texlive-ifoddpage
|
(define-public texlive-ifoddpage
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-ifoddpage"
|
(name "texlive-ifoddpage")
|
||||||
(list "/source/latex/ifoddpage/")
|
(version (number->string %texlive-revision))
|
||||||
(base32
|
(source (texlive-origin
|
||||||
"14x0haj3xjsk9dn2djg117sl7x5nbwgbivhjj3ichnxlgrlf1bis"))))
|
name version
|
||||||
(package
|
(list "doc/latex/ifoddpage/"
|
||||||
(inherit template)
|
"source/latex/ifoddpage/"
|
||||||
(arguments
|
"tex/latex/ifoddpage/")
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(base32
|
||||||
((#:tex-directory _ '())
|
"06xn3dwf6aa8j3lmvvgwfadw2ahw770jx91x8nyl8zir58aiys5s")))
|
||||||
"latex/ifoddpage")
|
(outputs '("out" "doc"))
|
||||||
((#:build-targets _ '())
|
(build-system texlive-build-system)
|
||||||
''("ifoddpage.ins"))))
|
(native-inputs
|
||||||
(native-inputs
|
(list texlive-ydoc))
|
||||||
(list texlive-ydoc))
|
(home-page "https://ctan.org/pkg/ifoddpage")
|
||||||
(home-page "https://www.ctan.org/pkg/ifoddpage")
|
(synopsis "Determine if the current page is odd or even")
|
||||||
(synopsis "Determine if the current page is odd or even")
|
(description
|
||||||
(description "This package provides an @code{\\ifoddpage} conditional to
|
"This package provides an @code{\\ifoddpage} conditional to determine if
|
||||||
determine if the current page is odd or even. The macro @code{\\checkoddpage}
|
the current page is odd or even. The macro @code{\\checkoddpage} must be used
|
||||||
must be used directly before to check the page number using a label. Two
|
directly before to check the page number using a label. Two compiler runs are
|
||||||
compiler runs are therefore required to achieve correct results. In addition,
|
therefore required to achieve correct results. In addition, the conditional
|
||||||
the conditional @code{\\ifoddpageoronside} is provided which is also true in
|
@code{\\ifoddpageoronside} is provided which is also true in @code{oneside}
|
||||||
@code{oneside} mode where all pages use the odd page layout.")
|
mode where all pages use the odd page layout.")
|
||||||
(license license:lppl1.3))))
|
(license license:lppl1.3)))
|
||||||
|
|
||||||
(define-public texlive-storebox
|
(define-public texlive-storebox
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
|
|
Reference in a new issue