mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-dotlessi.
* gnu/packages/tex.scm (texlive-dotlessi): New variable.
This commit is contained in:
parent
8960b0f40c
commit
054bae442a
1 changed files with 19 additions and 0 deletions
|
@ -79376,6 +79376,25 @@ (define-public texlive-dotarrow
|
|||
@code{\\xrightarrow}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-dotlessi
|
||||
(package
|
||||
(name "texlive-dotlessi")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dotlessi/" "tex/latex/dotlessi/")
|
||||
(base32
|
||||
"096xlk6r297y4qpwqvpas38anw2q33g9g3xv3msq5qs0xyirask9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dotlessi")
|
||||
(synopsis "Provides dotless @samp{i} and @samp{j} for use in any math font")
|
||||
(description
|
||||
"The package provides two commands: @code{\\dotlessi} and @code{\\dotlessj},
|
||||
which give access to dotless @samp{i} and @samp{j} in math mode. They are
|
||||
intended for symbols in non English languages.")
|
||||
(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