mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-tuda-ci.
* gnu/packages/tex.scm (texlive-tuda-ci): New variable.
This commit is contained in:
parent
298b085580
commit
de2841e5f4
1 changed files with 20 additions and 0 deletions
|
@ -30104,6 +30104,26 @@ (define-public texlive-tree-dvips
|
|||
@code{tabular}-based non-connected tree macros, and gloss macros.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-tuda-ci
|
||||
(package
|
||||
(name "texlive-tuda-ci")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tuda-ci/" "tex/latex/tuda-ci/")
|
||||
(base32
|
||||
"0bga3v6byk8v18xzj3vp7hp10wmapil5snqj1qp721a5lakwx0w9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tuda-ci")
|
||||
(synopsis "LaTeX templates of Technische Universitat Darmstadt")
|
||||
(description
|
||||
"The TUDa-CI-Bundle provides a possibility to use the corporate design
|
||||
of TU Darmstadt in LaTeX. It contains document classes as well as
|
||||
some helper packages and config files together with some templates for
|
||||
user documentation, which currently are only available in German.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-turabian-formatting
|
||||
(package
|
||||
(name "texlive-turabian-formatting")
|
||||
|
|
Loading…
Reference in a new issue