mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: Add texlive-simple-thesis-dissertation.
* gnu/packages/tex.scm (texlive-simple-thesis-dissertation): New variable.
This commit is contained in:
parent
f7885d7b0f
commit
1a09e224c8
1 changed files with 21 additions and 0 deletions
|
@ -6934,6 +6934,27 @@ (define-public texlive-simple-resume-cv
|
||||||
extended, with numerous examples.")
|
extended, with numerous examples.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-simple-thesis-dissertation
|
||||||
|
(package
|
||||||
|
(name "texlive-simple-thesis-dissertation")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list
|
||||||
|
"doc/xelatex/simple-thesis-dissertation/Figures/"
|
||||||
|
"tex/xelatex/simple-thesis-dissertation/")
|
||||||
|
(base32
|
||||||
|
"023bl8ic6bn86297wbxip5lm34wkbq1kcrizkmmsdz7cfxpn6637")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/simple-thesis-dissertation")
|
||||||
|
(synopsis "Template for a simple thesis, dissertation, or technical report")
|
||||||
|
(description
|
||||||
|
"This package provides a template for a simple thesis or dissertation or
|
||||||
|
technical report, in XeLaTeX. This simple template that can be further
|
||||||
|
customized or extended, with numerous examples.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-slideshow
|
(define-public texlive-slideshow
|
||||||
(package
|
(package
|
||||||
(name "texlive-slideshow")
|
(name "texlive-slideshow")
|
||||||
|
|
Loading…
Reference in a new issue