gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-titling!): Remove SIMPLE-TEXLIVE-PACKAGE call. [synopsis, description]: Add proper Texinfo markup.
This commit is contained in:
parent
cf937f9231
commit
c2764fc7e2
1 changed files with 21 additions and 25 deletions
|
@ -11996,32 +11996,28 @@ page (also known as end notes).")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-titling
|
(define-public texlive-titling
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-titling"
|
(name "texlive-titling")
|
||||||
(list "/doc/latex/titling/"
|
(version (number->string %texlive-revision))
|
||||||
"/source/latex/titling/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"0pc3806kc9p2dizdghis0p0b00xs0gmlh2nmf94f5wasz5mkw6bk"))))
|
(list "doc/latex/titling/" "source/latex/titling/"
|
||||||
(package
|
"tex/latex/titling/")
|
||||||
(inherit template)
|
(base32
|
||||||
(arguments
|
"1wp5r6wwrz1nx3wrmc0hxjfapqppcb126l4wmmzh14sfb1py7mz4")))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(outputs '("out" "doc"))
|
||||||
((#:tex-directory _ '())
|
(build-system texlive-build-system)
|
||||||
"latex/titling")
|
(arguments (list #:tex-format "latex"))
|
||||||
((#:build-targets _ '())
|
(home-page "https://ctan.org/pkg/titling")
|
||||||
''("titling.ins"))
|
(synopsis "Control typesetting of the @code{\\maketitle} command")
|
||||||
((#:tex-format _ "latex") "latex")))
|
(description
|
||||||
(native-inputs
|
"The @code{titling} package provides control over the typesetting of the
|
||||||
(list texlive-cm))
|
@code{\\maketitle} command and @code{\\thanks} commands, and makes the
|
||||||
(home-page "https://www.ctan.org/pkg/titling")
|
@code{\\title}, @code{\\author} and @code{\\date} information permanently
|
||||||
(synopsis "Control typesetting of the \\maketitle command")
|
available. Multiple titles are allowed in a single document. New titling
|
||||||
(description "The @code{titling} package provides control over the
|
elements can be added and a @code{titlepage} title can be centered on
|
||||||
typesetting of the @code{\\maketitle} command and @code{\\thanks} commands,
|
|
||||||
and makes the \title, @code{\\author} and @code{\\date} information
|
|
||||||
permanently available. Multiple titles are allowed in a single document. New
|
|
||||||
titling elements can be added and a @code{titlepage} title can be centered on
|
|
||||||
a physical page.")
|
a physical page.")
|
||||||
(license license:lppl))))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-ifoddpage
|
(define-public texlive-ifoddpage
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue