mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-tex-locale.
* gnu/packages/tex.scm (texlive-tex-locale): New variable.
This commit is contained in:
parent
e5fb63bd52
commit
479200d4b7
1 changed files with 23 additions and 0 deletions
|
@ -97709,6 +97709,29 @@ (define-public texlive-tex-label
|
|||
at the bottom to the right of the page number.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tex-locale
|
||||
(package
|
||||
(name "texlive-tex-locale")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/tex-locale/"
|
||||
"source/latex/tex-locale/"
|
||||
"tex/generic/tex-locale/"
|
||||
"tex/latex/tex-locale/")
|
||||
(base32
|
||||
"0h7sl172flri87cbpygabkhk2qlrng3cwkyk71hz8289qx4g0wpr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tex-locale")
|
||||
(synopsis "Localisation support for TeX and LaTeX documents")
|
||||
(description
|
||||
"This package uses both @code{tracklang} and @code{texosquery} to look up the
|
||||
locale information from the operating system and provide commands that can
|
||||
access locale-dependent information, such as the currency symbol and decimal
|
||||
separator.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue