mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: Add texlive-bxorigcapt.
* gnu/packages/tex.scm (texlive-bxorigcapt): New variable.
This commit is contained in:
parent
4544eb3678
commit
0c39998b14
1 changed files with 20 additions and 0 deletions
|
@ -3429,6 +3429,26 @@ (define-public texlive-bxjscls
|
||||||
Japanese typesetting.")
|
Japanese typesetting.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public texlive-bxorigcapt
|
||||||
|
(package
|
||||||
|
(name "texlive-bxorigcapt")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/bxorigcapt/"
|
||||||
|
"tex/latex/bxorigcapt/")
|
||||||
|
(base32
|
||||||
|
"1gj61hjmyxsbfkrs1sh604b6dfl00kp39fcamlfzb8s197wsl9fv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/bxorigcapt")
|
||||||
|
(synopsis "Retain the original caption names when using Babel")
|
||||||
|
(description
|
||||||
|
"This package forces the caption names declared by the document class in
|
||||||
|
use to be used as the caption names for a specific language introduced by the
|
||||||
|
Babel package.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-bytefield
|
(define-public texlive-bytefield
|
||||||
(package
|
(package
|
||||||
(name "texlive-bytefield")
|
(name "texlive-bytefield")
|
||||||
|
|
Loading…
Reference in a new issue