me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dickimaw.

* gnu/packages/tex.scm (texlive-dickimaw): New variable.
Nicolas Goaziou 2023-08-04 12:05:58 +02:00
parent c642b86e51
commit afdfd1c490
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 27 additions and 0 deletions

View File

@ -7644,6 +7644,33 @@ code navigation, and related functionality to any text editor that speaks the
LSP protocol.")
(license (list license:gpl3+ license:lppl1.3+ license:fdl1.3+))))
(define-public texlive-dickimaw
(package
(name "texlive-dickimaw")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dickimaw/")
(base32
"1mxjqn4lblnpbmad3jk453lyx1qzcmrddis59j3jsgc5sp929w4k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dickimaw")
(synopsis "Books and tutorials from the @emph{Dickimaw LaTeX Series}")
(description
"The package provides some of the books and tutorials that form part of
the @code{Dickimaw LaTeX Series}. Only the A4 PDF of each book is detailed
here. Other formats, such as HTML or screen optimized PDF, are available from
the package home page.
Books included are:
@itemize
@item @emph{LaTeX for Complete Novices},
@item @emph{Using LaTeX to Write a PhD thesis},
@item @emph{Creating a LaTeX minimal example}.
@end itemize")
(license license:fdl1.3+)))
(define-public texlive-dtl
(package
(name "texlive-dtl")