mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 04:36:55 +01:00
gnu: texlive-lineno: Refresh package definition.
* gnu/packages/tex.scm (texlive-lineno): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-TOOLS.
This commit is contained in:
parent
e911b9f9a1
commit
07092d64f1
1 changed files with 18 additions and 13 deletions
|
@ -12235,20 +12235,25 @@ (define-public texlive-threeparttablex
|
||||||
|
|
||||||
(define-public texlive-lineno
|
(define-public texlive-lineno
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-lineno")
|
||||||
"texlive-lineno"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/lineno/"
|
(source (texlive-origin
|
||||||
"source/latex/lineno/"
|
name version
|
||||||
"tex/latex/lineno/")
|
(list "doc/latex/lineno/" "source/latex/lineno/"
|
||||||
(base32
|
"tex/latex/lineno/")
|
||||||
"1xf8ljgcj411yqmng89wc49rqfz19j95yqqpnb35dj3qc1chvm2a")
|
(base32
|
||||||
#:trivial? #t))
|
"1xf8ljgcj411yqmng89wc49rqfz19j95yqqpnb35dj3qc1chvm2a")))
|
||||||
(home-page "https://www.ctan.org/pkg/lineno")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-tools))
|
||||||
|
(home-page "https://ctan.org/pkg/lineno")
|
||||||
(synopsis "Line numbers on paragraphs")
|
(synopsis "Line numbers on paragraphs")
|
||||||
(description "Adds line numbers to selected paragraphs with reference
|
(description
|
||||||
possible through the LaTeX @code{\\ref} and @code{\\pageref} cross reference
|
"The @code{lineno} package adds line numbers to selected paragraphs with
|
||||||
mechanism. Line numbering may be extended to footnote lines, using the
|
reference possible through the LaTeX @code{\\ref} and @code{\\pageref} cross
|
||||||
fnlineno package.")
|
reference mechanism. Line numbering may be extended to footnote lines, using
|
||||||
|
the @code{fnlineno} package.")
|
||||||
(license license:lppl1.3a+)))
|
(license license:lppl1.3a+)))
|
||||||
|
|
||||||
(define-public texlive-babel-czech
|
(define-public texlive-babel-czech
|
||||||
|
|
Loading…
Reference in a new issue