mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-dtxtut.
* gnu/packages/tex.scm (texlive-dtxtut): New variable.
This commit is contained in:
parent
f5b2716f6b
commit
6c133a0b16
1 changed files with 19 additions and 0 deletions
|
@ -7735,6 +7735,25 @@ (define-public texlive-dtxgen
|
|||
LaTeX source (.dtx) file.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-dtxtut
|
||||
(package
|
||||
(name "texlive-dtxtut")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dtxtut/")
|
||||
(base32
|
||||
"1szg0xvwm0jbzs8waillijzrff4kv04a73gsqh9c12ap427xfryr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dtxtut")
|
||||
(synopsis "Tutorial on writing @file{.dtx} and @file{.ins} files")
|
||||
(description
|
||||
"This tutorial is intended for advanced LaTeX2e users who want to learn
|
||||
how to create @file{.ins} and @file{.dtx} files for distributing their
|
||||
homebrewed classes and package files.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-dvi2tty
|
||||
(package
|
||||
(name "texlive-dvi2tty")
|
||||
|
|
Loading…
Reference in a new issue