mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add texlive-lebhart.
* gnu/packages/tex.scm (texlive-lebhart): New variable.
This commit is contained in:
parent
9bfb474b74
commit
d711f13281
1 changed files with 22 additions and 0 deletions
|
@ -86932,6 +86932,28 @@ (define-public texlive-colorist
|
|||
Brazilian), and Spanish typesetting. They compile with any major TeX engine.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-lebhart
|
||||
(package
|
||||
(name "texlive-lebhart")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lebhart/" "tex/latex/lebhart/")
|
||||
(base32
|
||||
"1f253s1vcnmx79la1zdrk8wqr7rbghpby8n0hzlpihwr7qhwg6jh")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-colorist))
|
||||
(home-page "https://ctan.org/pkg/lebhart")
|
||||
(synopsis "Write your articles in a colorful way")
|
||||
(description
|
||||
"This package provides a LaTeX class for typesetting articles with a colorful
|
||||
design. Currently, it has native support for Chinese (simplified and
|
||||
traditional), English, French, German, Italian, Japanese, Portuguese (European
|
||||
and Brazilian), Russian and Spanish typesetting. It compiles with either
|
||||
XeLaTeX or LuaLaTeX.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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