gnu: texlive-csquotes: Refresh package definition.
* gnu/packages/tex.scm (texlive-csquotes): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-GRAPHICS, TEXLIVE-RELSIZE.
parent
26944757fb
commit
ab021b964a
|
@ -10742,30 +10742,35 @@ to what constitutes a good table in this context. The package offers
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-csquotes
|
(define-public texlive-csquotes
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-csquotes"
|
(name "texlive-csquotes")
|
||||||
(list "/doc/latex/csquotes/"
|
(version (number->string %texlive-revision))
|
||||||
"/tex/latex/csquotes/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"17y5mrmjmi7n0cgq4cnqr55f4bni6lx1pfdv5pzsmbrzha3mhbfg")
|
(list "doc/latex/csquotes/"
|
||||||
#:trivial? #t)))
|
"tex/latex/csquotes/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"17y5mrmjmi7n0cgq4cnqr55f4bni6lx1pfdv5pzsmbrzha3mhbfg")))
|
||||||
(propagated-inputs
|
(outputs '("out" "doc"))
|
||||||
(list texlive-etoolbox))
|
(build-system texlive-build-system)
|
||||||
(home-page "https://www.ctan.org/pkg/csquotes")
|
(propagated-inputs
|
||||||
(synopsis "Context sensitive quotation facilities")
|
(list texlive-etoolbox
|
||||||
(description "This package provides advanced facilities for inline and
|
texlive-graphics
|
||||||
display quotations. It is designed for a wide range of tasks ranging from the
|
texlive-relsize))
|
||||||
most simple applications to the more complex demands of formal quotations.
|
(home-page "https://www.ctan.org/pkg/csquotes")
|
||||||
The facilities include commands, environments, and user-definable 'smart
|
(synopsis "Context sensitive quotation facilities")
|
||||||
quotes' which dynamically adjust to their context. Quotation marks are
|
(description
|
||||||
switched automatically if quotations are nested and they can be adjusted to
|
"This package provides advanced facilities for inline and display
|
||||||
the current language if the babel package is available. There are additional
|
quotations. It is designed for a wide range of tasks ranging from the most
|
||||||
facilities designed to cope with the more specific demands of academic
|
simple applications to the more complex demands of formal quotations. The
|
||||||
writing, especially in the humanities and the social sciences. All quote
|
facilities include commands, environments, and user-definable smart quotes
|
||||||
styles as well as the optional active quotes are freely configurable.")
|
which dynamically adjust to their context. Quotation marks are switched
|
||||||
(license license:lppl1.3c+))))
|
automatically if quotations are nested and they can be adjusted to the current
|
||||||
|
language if the babel package is available. There are additional facilities
|
||||||
|
designed to cope with the more specific demands of academic writing,
|
||||||
|
especially in the humanities and the social sciences. All quote styles as
|
||||||
|
well as the optional active quotes are freely configurable.")
|
||||||
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-logreq
|
(define-public texlive-logreq
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue