mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-dtk.
* gnu/packages/tex.scm (texlive-dtk): New variable.
This commit is contained in:
parent
0bb96ef044
commit
cb4f54573b
1 changed files with 20 additions and 0 deletions
|
@ -79596,6 +79596,26 @@ (define-public texlive-draftfigure
|
|||
draft and modify the display with various options.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-dtk
|
||||
(package
|
||||
(name "texlive-dtk")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dtk/" "tex/latex/dtk/")
|
||||
(base32
|
||||
"0004hpmspsznsyzw1jc1giqsl2vrkr5p8gwr1p05z4742ijdcpvb")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dtk")
|
||||
(synopsis "Document class for the journal of DANTE")
|
||||
(description
|
||||
"The bundle provides a class and style file for typesetting @emph{Die
|
||||
TeXnische Komodie} --- the communications of the German TeX Users Group DANTE
|
||||
e.V. The arrangement means that the class may be used by article writers to
|
||||
typeset a single article, as well as to produce the complete journal.")
|
||||
(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