mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-dialogl.
* gnu/packages/tex.scm (texlive-dialogl): New variable.
This commit is contained in:
parent
fdcdc91fed
commit
91488cd65d
1 changed files with 20 additions and 0 deletions
|
@ -79053,6 +79053,26 @@ (define-public texlive-diagnose
|
|||
that examines the installation is available.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-dialogl
|
||||
(package
|
||||
(name "texlive-dialogl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dialogl/" "source/latex/dialogl/"
|
||||
"tex/latex/dialogl/")
|
||||
(base32
|
||||
"0vhv7jkc1ll9f4rzg8db83ksbispy7lqvjfywplpx7k1va1qp816")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(home-page "https://ctan.org/pkg/dialogl")
|
||||
(synopsis "Macros for constructing interactive LaTeX scripts")
|
||||
(description
|
||||
"This package gathers together a bunch of code and examples about how
|
||||
to write macros to carry on a dialogue with the user.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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