gnu: Add texlive-bxjaprnind.

* gnu/packages/tex.scm (texlive-bxjaprnind): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 12:01:08 +02:00
parent d8553bceaa
commit 5dc47ab13c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -3364,6 +3364,26 @@ Since there is no well-known nonsense text like Lipsum in the Japanese
language, the package uses some real text in public domain.") language, the package uses some real text in public domain.")
(license license:expat))) (license license:expat)))
(define-public texlive-bxjaprnind
(package
(name "texlive-bxjaprnind")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxjaprnind/"
"tex/latex/bxjaprnind/")
(base32
"0j2k06y63c7dgpcflrfrjy82g2746fnmpf8dk445lbqkbn1jypr5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxjaprnind")
(synopsis "Adjust the position of parentheses at paragraph head")
(description
"In Japanese typesetting, opening parentheses placed at the beginning of
paragraphs or lines are treated specially. This package adjusts the position
of parentheses accordingly.")
(license license:expat)))
(define-public texlive-bytefield (define-public texlive-bytefield
(package (package
(name "texlive-bytefield") (name "texlive-bytefield")