mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-inlinelabel.
* gnu/packages/tex.scm (texlive-inlinelabel): New variable.
This commit is contained in:
parent
13a003a26b
commit
bd24c4e610
1 changed files with 19 additions and 0 deletions
|
@ -85591,6 +85591,25 @@ (define-public texlive-inline-images
|
|||
included in the source file.")
|
||||
(license license:lgpl3)))
|
||||
|
||||
(define-public texlive-inlinelabel
|
||||
(package
|
||||
(name "texlive-inlinelabel")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/inlinelabel/"
|
||||
"tex/latex/inlinelabel/")
|
||||
(base32
|
||||
"0rsngfllng3qajm2rpdjpyf88iizd1nshbwriawh3d6g8b0yi82r")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/inlinelabel")
|
||||
(synopsis "Assign equation numbers to inline equations")
|
||||
(description
|
||||
"This package can assign equation numbers to inline equations. When Japanese
|
||||
is supported, you can switch to circled equation numbers.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; 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