mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-njuvisual.
* gnu/packages/tex.scm (texlive-njuvisual): New variable.
This commit is contained in:
parent
459251d0a5
commit
19e844a2a2
1 changed files with 21 additions and 0 deletions
|
@ -23262,6 +23262,27 @@ (define-public texlive-njuthesis
|
||||||
class requires either XeLaTeX or LuaLaTeX.")
|
class requires either XeLaTeX or LuaLaTeX.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-njuvisual
|
||||||
|
(package
|
||||||
|
(name "texlive-njuvisual")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/njuvisual/"
|
||||||
|
"source/latex/njuvisual/"
|
||||||
|
"tex/latex/njuvisual/")
|
||||||
|
(base32
|
||||||
|
"1v5iv44wi0hh77j56jjccgyrh9kyyfvzbl305vqryphq0r73bk36")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/njuvisual")
|
||||||
|
(synopsis "Display logos related to Nanjing University")
|
||||||
|
(description
|
||||||
|
"The njuvisual package collects standard colors and logos related to
|
||||||
|
Nanjing University, saves the vector logos as TikZ pictures and provides
|
||||||
|
a user-friendly interface to display them in documents and beamers.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-nucleardata
|
(define-public texlive-nucleardata
|
||||||
(package
|
(package
|
||||||
(name "texlive-nucleardata")
|
(name "texlive-nucleardata")
|
||||||
|
|
Loading…
Reference in a new issue