mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-modernposter.
* gnu/packages/tex.scm (texlive-modernposter): New variable.
This commit is contained in:
parent
586ff2862a
commit
15d5b21fb9
1 changed files with 23 additions and 0 deletions
|
@ -89167,6 +89167,29 @@ (define-public texlive-moderncv
|
|||
to define your own style by changing the colours, the fonts, etc.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-modernposter
|
||||
(package
|
||||
(name "texlive-modernposter")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/modernposter/"
|
||||
"tex/latex/modernposter/")
|
||||
(base32
|
||||
"0ihkzzq141k2pw3qdyz808vsj59wx4zs7qs0qq0qwawcdv1q7bl9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/modernposter")
|
||||
(synopsis "Modern LaTeX poster theme")
|
||||
(description
|
||||
"This class extends the a0poster class in that it adds support to easily
|
||||
create posters without the need for taking care of the layout at all. It
|
||||
allows to use @code{\\maketitle} to generate a fancy header containing the
|
||||
title information and also provides macros to position various different types
|
||||
of text boxes in a two-column layout. The color scheme is inspired by the
|
||||
@code{metropolis} Beamer theme.")
|
||||
(license license:cc-by-sa4.0)))
|
||||
|
||||
;;;
|
||||
;;; 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