mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: Add texlive-akktex.
* gnu/packages/tex.scm (texlive-akktex): New variable.
This commit is contained in:
parent
3ba6a23c0f
commit
3bdf3436c0
1 changed files with 22 additions and 0 deletions
|
@ -72702,6 +72702,28 @@ (define-public texlive-advdate
|
|||
current date and to print it. The package has only been tested with Czech
|
||||
dates.")
|
||||
(license license:lppl1.3+)))
|
||||
(define-public texlive-akktex
|
||||
(package
|
||||
(name "texlive-akktex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/akktex/" "tex/latex/akktex/")
|
||||
(base32
|
||||
"1inwr5s2n9a8a0j8v7ngzcxg9dmg24vlyjcchjgd5x808ril98wx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/akktex")
|
||||
(synopsis "Collection of packages and classes")
|
||||
(description
|
||||
"The bundle provides new document classes for technical documents,
|
||||
thesis works, manuscripts and lecture notes; many mathematical packages
|
||||
providing a large number of macros for mathematical texts; layout providing
|
||||
a non-empty parskip with extended length corrections and new section
|
||||
definition commands; easy label creation for counters; and German language
|
||||
tools and predefined abbreviations.")
|
||||
(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