mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-lstfiracode.
* gnu/packages/tex.scm (texlive-lstfiracode): New variable.
This commit is contained in:
parent
0cabe1b626
commit
d7c55792bc
1 changed files with 20 additions and 0 deletions
|
@ -87625,6 +87625,26 @@ (define-public texlive-lstaddons
|
||||||
code.")
|
code.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-lstfiracode
|
||||||
|
(package
|
||||||
|
(name "texlive-lstfiracode")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/lstfiracode/"
|
||||||
|
"tex/latex/lstfiracode/")
|
||||||
|
(base32
|
||||||
|
"0l2v3ir0yj3kgavijny03d10zgm273rnnn3317cnrpjjlb1gwxv1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/lstfiracode")
|
||||||
|
(synopsis "Use Fira Code font for listings")
|
||||||
|
(description
|
||||||
|
"The @code{lstfiracode} package defines @code{FiraCodeStyle} for the use with
|
||||||
|
the @code{listings} package. This style contains almost all ligatures in Fira
|
||||||
|
Code family of fonts.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue