me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dpcircling.

* gnu/packages/tex.scm (texlive-dpcircling): New variable.
Nicolas Goaziou 2023-07-12 22:21:36 +02:00
parent 8d31456bc1
commit 047c2c453b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -16832,6 +16832,29 @@ in your document (DOT and Neato are both part of @code{graphviz}; DOT creates
directed graphs, Neato undirected graphs).")
(license license:gpl3+)))
(define-public texlive-dpcircling
(package
(name "texlive-dpcircling")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dpcircling/"
"tex/latex/dpcircling/")
(base32
"0wpskh9rixgjvn4h5kand9ggiqa2mqca5fc0l565pxq8a9sq2bm0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dpcircling")
(synopsis "Decorated text boxes using TikZ")
(description
"This simple package provides four types of text decorations using TikZ.
You can frame your text with circles, rectangles, jagged rectangles, and
fan-shapes. The baseline will be adjusted properly according to the
surroundings. You can use these decorations both in text mode and in math
mode. You can specify line color, line width, width, and height using option
keys.")
(license license:expat)))
(define-public texlive-gates
(package
(name "texlive-gates")