mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-stricttex.
* gnu/packages/tex.scm (texlive-stricttex): New variable.
This commit is contained in:
parent
dd53cac90e
commit
7dcb4e9e15
1 changed files with 21 additions and 0 deletions
|
@ -13955,6 +13955,27 @@ (define-public texlive-standalone
|
|||
without margins.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-stricttex
|
||||
(package
|
||||
(name "texlive-stricttex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/stricttex/"
|
||||
"tex/lualatex/stricttex/")
|
||||
(base32
|
||||
"1ddlcwj1bnj6zrkljkz3jywgri34f4g9gshbwd0lzz4nz03v82rv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/stricttex")
|
||||
(synopsis "Strictly balanced brackets and numbers in command names")
|
||||
(description
|
||||
"This is a small, LuaLaTeX-only package providing you with three,
|
||||
sometimes useful features. It allows you to make brackets @samp{[...]}
|
||||
strict, meaning that each @samp{[} must be balanced by a @samp{]}. It also
|
||||
allows you to use numbers and primes in command names.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-siunitx
|
||||
(package
|
||||
(name "texlive-siunitx")
|
||||
|
|
Loading…
Reference in a new issue