mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-technics.
* gnu/packages/tex.scm (texlive-technics): New variable.
This commit is contained in:
parent
5e115917f4
commit
8afb1bfc61
1 changed files with 20 additions and 0 deletions
|
@ -97501,6 +97501,26 @@ (define-public texlive-tdclock
|
|||
documents, for example in presentations.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-technics
|
||||
(package
|
||||
(name "texlive-technics")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/technics/" "tex/latex/technics/")
|
||||
(base32
|
||||
"1nhh5zkm3w3n6bxxk7ysnwkff1bxkhzbc91aplz4d03j5yvy76l6")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/technics")
|
||||
(synopsis "Format technical documents")
|
||||
(description
|
||||
"The package provides a very simple LaTeX document template, in the hope that
|
||||
this use of LaTeX will become attractive to typical word processor
|
||||
users. (Presentation is as if it were a class; users are expected to start
|
||||
from a template document.)")
|
||||
(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